Fix ROUND macro

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3127 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
shadow303 2003-04-30 00:34:40 +00:00
parent 47bc8348ea
commit c7b36220bb

View File

@ -42,7 +42,7 @@ class ServerBitmap;
class LayerData;
#ifndef ROUND
#define ROUND(a) ( (a-long(a))>=.5)?(long(a)+1):(long(a))
#define ROUND(a) ( (long)(a+.5) )
#endif
/*!