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.

20 lines
517 B

  1. /****************************** Module Header ******************************\
  2. * Module Name: wndstuff.h
  3. *
  4. * Kent's Window Test. To be used as a program template.
  5. *
  6. * Created: 09-May-91
  7. * Author: KentD
  8. *
  9. * Copyright (c) 1991 Microsoft Corporation
  10. \***************************************************************************/
  11. #define DONTUSE(x) (x)
  12. #define MM_NEW 0x8001
  13. #define MM_EXIT 0x8002
  14. #define MM_TEST 0x8003
  15. #define IDB_BITMAPCMYKTEST 0x9001
  16. VOID Test(HWND);