newres.h
上传用户:wstnjxml
上传日期:2014-04-03
资源大小:7248k
文件大小:1k
源码类别:

Windows CE

开发平台:

C/C++

  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. #define AFXCE_IDR_SCRATCH_SHMENU  28700
  15. #else
  16. #define I_IMAGENONE (-2)
  17. #define NOMENU 0xFFFF
  18. #define IDS_SHNEW 1
  19. #define IDM_SHAREDNEW        10
  20. #define IDM_SHAREDNEWDEFAULT 11
  21. #endif // _WIN32_WCE_PSPC
  22. #define AFXCE_IDD_SAVEMODIFIEDDLG 28701
  23. #else
  24. #include "afxres.h"
  25. #include <commctrl.h>
  26. #define  SHMENUBAR RCDATA
  27. #define I_IMAGENONE (-2)
  28. #define NOMENU 0xFFFF
  29. #endif // _WIN32_WCE
  30. #ifdef RC_INVOKED
  31. #ifndef _INC_WINDOWS
  32. #define _INC_WINDOWS
  33. #include "winuser.h"           // extract from windows header
  34. //#include "winver.h"   
  35. #endif
  36. #endif
  37. #ifdef IDC_STATIC
  38. #undef IDC_STATIC
  39. #endif
  40. #define IDC_STATIC      (-1)
  41. #endif //__NEWRES_H__