mirror of
https://github.com/edubart/otclient.git
synced 2025-11-03 20:26:23 +01:00
fixes to compile on gcc 4.7
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
#define DEG_TO_RAD (acos(-1)/180.0)
|
||||
#define RAD_TO_DEC (180.0/acos(-1))
|
||||
|
||||
#define BUILD_COMPILER "gcc "__VERSION__
|
||||
#define BUILD_COMPILER "gcc " __VERSION__
|
||||
#define BUILD_DATE __DATE__
|
||||
|
||||
#ifndef BUILD_REVISION
|
||||
|
||||
Reference in New Issue
Block a user