newres.h
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:1k
源码类别:

midi

开发平台:

Unix_Linux

  1. #ifndef __NEWRES_H__
  2. #define __NEWRES_H__
  3. #if !defined(UNDER_CE)
  4.     #define UNDER_CE _WIN32_WCE
  5. #endif
  6. #if defined(_WIN32_WCE)
  7.     #if !defined(WCEOLE_ENABLE_DIALOGEX)
  8.         #define DIALOGEX DIALOG DISCARDABLE
  9.     #endif
  10.     #include <commctrl.h>
  11.     #define  SHMENUBAR RCDATA
  12.     #if defined(WIN32_PLATFORM_PSPC) && (_WIN32_WCE >= 300)
  13.         #include <aygshell.h>
  14.     #else
  15.         #define I_IMAGENONE        (-2)
  16.         #define NOMENU            0xFFFF
  17.         #define IDS_SHNEW        1
  18.         #define IDM_SHAREDNEW        10
  19.         #define IDM_SHAREDNEWDEFAULT 11
  20.     #endif
  21. #endif // _WIN32_WCE
  22. #ifdef RC_INVOKED
  23. #ifndef _INC_WINDOWS
  24. #define _INC_WINDOWS
  25.     #include "winuser.h"           // extract from windows header
  26. #endif
  27. #endif
  28. #ifdef IDC_STATIC
  29. #undef IDC_STATIC
  30. #endif
  31. #define IDC_STATIC      (-1)
  32. #endif //__NEWRES_H__