X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fapp.cpp;h=14fc4b175488935736dedd25a1fa9ff5e276e289;hb=2d5443247e61b09be783dac722c4d0794c71ef30;hp=dc5b5f04140a302fef357fccd6e278d3ae3a678c;hpb=d5ce32c5dd7aee7422d11c9a6297e9231595f74c;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/app.cpp b/synfig-studio/trunk/src/gtkmm/app.cpp index dc5b5f0..14fc4b1 100644 --- a/synfig-studio/trunk/src/gtkmm/app.cpp +++ b/synfig-studio/trunk/src/gtkmm/app.cpp @@ -113,6 +113,7 @@ #endif #ifdef WIN32 +#define _WIN32_WINNT 0x0500 #include #endif #include @@ -660,7 +661,7 @@ public: } }; -static Preferences _preferences; +static ::Preferences _preferences; void init_ui_manager()