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.
18 lines
479 B
18 lines
479 B
/****************************** 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);
|