summaryrefslogtreecommitdiffstats
path: root/private/mvdm/wow32/wmtbl32.h
blob: 281b27d80bcfdd26ddcb99c8718c92dfd37230c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/*++ BUILD Version: 0001
 *
 *  WOW v1.0
 *
 *  Copyright (c) 1991, Microsoft Corporation
 *
 *  WMTBL32.H
 *  WOW32 32-bit Message Thunkers
 *
 *  History:
 *  Created 23-Feb-1992 by Chandan Chauhan (ChandanC)
--*/


#define THUNKMSG    1
#define UNTHUNKMSG  0


/* Message dispatch table
 */

extern M32 aw32Msg[];


#ifdef DEBUG_OR_WOWPROFILE
extern INT iMsgMax;
#endif


#ifdef DEBUG
#define WM32UNDOCUMENTED WM32Undocumented
#else
#define WM32UNDOCUMENTED WM32NoThunking
#endif