newres.h
上传用户:riyaled888
上传日期:2009-03-27
资源大小:7338k
文件大小:1k
源码类别:

多媒体

开发平台:

MultiPlatform

  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__