mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dtscreen: don't use old version of round() on linux either
This commit is contained in:
parent
c7781f434b
commit
6400908cc1
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ typedef struct {
|
||||||
int size[MAXCOLORS];
|
int size[MAXCOLORS];
|
||||||
} wormstruct;
|
} wormstruct;
|
||||||
|
|
||||||
#if !defined(CSRG_BASED) && !defined(sun)
|
#if !defined(CSRG_BASED) && !defined(sun) && !defined(linux)
|
||||||
int
|
int
|
||||||
round(float x)
|
round(float x)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue