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.
28 lines
447 B
28 lines
447 B
/*++ BUILD Version: 0001
|
|
*
|
|
* WOW v1.0
|
|
*
|
|
* Copyright (c) 1992, Microsoft Corporation
|
|
*
|
|
* WOWINT.H
|
|
* 16-bit Internal API argument structures
|
|
*
|
|
* History:
|
|
* Created 22-Apr-1992 by FritzS
|
|
*
|
|
--*/
|
|
|
|
#define FUN_SETTABLE 0 //
|
|
|
|
|
|
/* XLATOFF */
|
|
#pragma pack(2)
|
|
/* XLATON */
|
|
|
|
typedef struct _WOWSETTABLE16 { /* i0 */
|
|
VPSZ f1;
|
|
} WOWSETTABLE16, *PWOWSETTABLE16;
|
|
|
|
/* XLATOFF */
|
|
#pragma pack()
|
|
/* XLATON */
|