1 #ifndef _RAPPS_H 2 #define _RAPPS_H 3 4 #if DBG && !defined(_DEBUG) 5 #define _DEBUG // CORE-17505 6 #endif 7 8 #include "defines.h" 9 10 #include "dialogs.h" 11 #include "appinfo.h" 12 #include "appdb.h" 13 #include "misc.h" 14 #include "configparser.h" 15 16 extern LONG g_Busy; 17 18 #define WM_NOTIFY_OPERATIONCOMPLETED (WM_APP + 0) 19 20 #endif /* _RAPPS_H */ 21