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.
21 lines
277 B
21 lines
277 B
/*++ BUILD Version: 0001
|
|
*
|
|
* WOW v1.0
|
|
*
|
|
* Copyright (c) 1991, 1992, 1993 Microsoft Corporation
|
|
*
|
|
* WOWTABLE.H
|
|
* WOW32 API thunk table
|
|
*
|
|
--*/
|
|
|
|
|
|
|
|
/* thunk table
|
|
*/
|
|
extern W32 aw32WOW[];
|
|
|
|
|
|
#ifdef DEBUG_OR_WOWPROFILE
|
|
extern INT cAPIThunks;
|
|
#endif
|