Windows2003-3790/windows/advcore/gdiplus/test/libtest/wndstuff.h
2020-09-30 16:53:55 +02:00

19 lines
479 B
C

/****************************** Module Header ******************************\
* Module Name: wndstuff.h
*
* Kent's Window Test. To be used as a program template.
*
* Created: 09-May-91
* Author: KentD
*
* Copyright (c) 1991 Microsoft Corporation
\***************************************************************************/
#define DONTUSE(x) (x)
#define MM_NEW 0x8001
#define MM_EXIT 0x8002
#define MM_TEST 0x8003
VOID Test(HWND);