Windows2003-3790/windows/advcore/gdiplus/test/dlltest/wndstuff.h

21 lines
517 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
/****************************** 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
#define IDB_BITMAPCMYKTEST 0x9001
VOID Test(HWND);