src/globals.cpp - wrong define of c++
Brought to you by:
t1mpy
In src/globals.cpp, the define for "__cplusplus" is wrong. It incorrectly has 1 underscore '_' characger at the beginning instead of two. This causes linking issues when compiling under Microsoft Visual Studio 2005.
Logged In: NO
Please update both of the defines to be '__cplusplus'
Logged In: NO
hi