// Windows only defines #ifdef WIN32 #define __WXMSW__ #define __WIN32__ // Windows 2000, XP, Server 2003 #define WINVER 0x0500 // Se uso la DLL del runtime C, allora "FORSE" uso anche la DLL di wxWidgets #ifdef _DLL #define WXUSINGDLL #endif #endif // Common defines #ifndef NDEBUG #define __WXDEBUG__ #endif #include #include #include #include #include #include #include #include #include #include #include #include #include #define APPNAME wxT("Campo") #define APPNAMEFULL wxT("CAMPO ENTERPRISE") #define APPVERSION wxT("10.0")