[go: up one dir, main page]

Menu

#79 src/globals.cpp - wrong define of c++

open
nobody
None
5
2007-11-19
2007-11-19
Anonymous
No

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.

Discussion

  • Nobody/Anonymous

    Logged In: NO

    Please update both of the defines to be '__cplusplus'

     
  • Nobody/Anonymous

    Logged In: NO

    hi

     

Log in to post a comment.