mupen64plus / mupen64plus-video-glide64mk2

Video plugin for Mupen64Plus 2.0 based on 10th anniversary release code from gonetz
28 stars 37 forks source link

Fix preprocessor defines in build with GCC for windows #33

Closed ghost closed 9 years ago

ghost commented 9 years ago

6a46ad138c02138bb8f9a425afdec149bfa39182 broke the build with GCC for windows because it switched from gnu++0x to c++11. This not only makes the build failwith more GCC version but also undefines the preprocessor variable WIN32. Thus all windows specific code now fails to be handled correctly by the preprocessor. But the preprocessor variable _WIN32 seems to be defined just fine and is used now everywhere in the code.

See bug #32