git-svn-id: svn://db.shs.com.ru/libs@185 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2017-04-20 06:56:23 +00:00
parent 861a44bab1
commit 88f9d33acc

View File

@@ -112,6 +112,8 @@ const double rad2deg = 45. / atan(1.);
# ifdef WINDOWS # ifdef WINDOWS
inline int random() {return rand();} inline int random() {return rand();}
# endif # endif
#else
#define random randomi
#endif #endif
#ifdef CC_VC #ifdef CC_VC