#ifndef _STDAFX_H_ #define _STDAFX_H_ #define APP_NAME "MirandaG15" #define APP_SHORTNAME "MirandaG15" /* Common header files */ #include #define _WIN32_WINNT 0x0500 // Needed for waitable timers #include #include #include #include #include #include #include #include using namespace std; #include #include #include #include #include #include #include #include #include #include #include #include #include #include //#define IDF_ISIDLE 0x1 // idle has become active (if not set, inactive) #define IDF_SHORT 0x2 // short idle mode #define IDF_LONG 0x4 // long idle mode //#define IDF_PRIVACY 0x8 // if set, the information provided shouldn't be given to third parties. #define IDF_ONFORCE 0x10 #define ASSERT assert #include "LCDFramework.h" #include "Miranda.h" #include "CEvent.h" #include "../resource.h" #endif