Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
1.0 KiB

  1. /*********************************************************************
  2. Registration Wizard
  3. rwWin95.h
  4. This file contains special definitions needed by RegWizard that are
  5. found only in the Windows95 SDK.
  6. 12/15/94 - Tracy Ferrier
  7. (c) 1994-95 Microsoft Corporation
  8. **********************************************************************/
  9. #ifndef __rwWin95__
  10. #define __rwWin95__
  11. #include <tchar.h>
  12. #ifndef SS_ETCHEDFRAME
  13. #define SS_ETCHEDFRAME 0x00000012L
  14. #endif
  15. #ifndef VER_PLATFORM_WIN32s
  16. #define VER_PLATFORM_WIN32s 0
  17. #endif
  18. #ifndef VER_PLATFORM_WIN32_WINDOWS
  19. #define VER_PLATFORM_WIN32_WINDOWS 1
  20. #endif
  21. #ifndef VER_PLATFORM_WIN32_NT
  22. #define VER_PLATFORM_WIN32_NT 2
  23. #endif
  24. #ifndef WM_DEVICECHANGE
  25. #define WM_DEVICECHANGE 0x0219
  26. #endif
  27. #ifndef WM_HELP
  28. #define WM_HELP 0x0053
  29. #endif
  30. #ifndef WM_SETICON
  31. #define WM_SETICON 0x0080
  32. #endif
  33. WINUSERAPI BOOL WINAPI DrawIconEx(HDC, int, int, HICON, int, int, UINT, HBRUSH, UINT);
  34. #endif //rwWin95.h