Fixed incorrect packing.
This commit is contained in:
parent
3c2c02628d
commit
1c881d5b72
|
@ -5,13 +5,11 @@
|
|||
#ifndef __WINE_WINE_MMSYSTEM16_H
|
||||
#define __WINE_WINE_MMSYSTEM16_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "windef.h"
|
||||
#include "wine/windef16.h"
|
||||
|
||||
#include "pshpack1.h"
|
||||
|
||||
typedef UINT16 MMVERSION16;
|
||||
typedef UINT16 MCIDEVICEID16;
|
||||
typedef UINT16 MMRESULT16;
|
||||
|
@ -566,4 +564,6 @@ typedef struct {
|
|||
RECT16 rc;
|
||||
} MCI_OVLY_LOAD_PARMS16, *LPMCI_OVLY_LOAD_PARMS16;
|
||||
|
||||
#include "poppack.h"
|
||||
|
||||
#endif /* __WINE_WINE_MMSYSTEM16_H */
|
||||
|
|
|
@ -85,6 +85,8 @@ typedef HANDLE16 HGDIOBJ16;
|
|||
typedef HANDLE16 HGLOBAL16;
|
||||
typedef HANDLE16 HLOCAL16;
|
||||
|
||||
#include "pshpack1.h"
|
||||
|
||||
/* The SIZE structure */
|
||||
|
||||
typedef struct
|
||||
|
@ -111,6 +113,8 @@ typedef struct
|
|||
INT16 bottom;
|
||||
} RECT16, *LPRECT16;
|
||||
|
||||
#include "poppack.h"
|
||||
|
||||
/* Callback function pointers types */
|
||||
|
||||
typedef LRESULT CALLBACK (*DRIVERPROC16)(DWORD,HDRVR16,UINT16,LPARAM,LPARAM);
|
||||
|
|
|
@ -11,6 +11,8 @@
|
|||
#include "windef.h"
|
||||
#include "wine/windef16.h"
|
||||
|
||||
#include "pshpack1.h"
|
||||
|
||||
/*
|
||||
* Remote printing
|
||||
*/
|
||||
|
@ -45,6 +47,8 @@ typedef struct
|
|||
|
||||
} JOBSTRUCT16, *LPJOBSTRUCT16;
|
||||
|
||||
#include "poppack.h"
|
||||
|
||||
#define WNPRJ_QSTATUS 0x0007
|
||||
#define WNPRJ_DEVSTATUS 0x0FF8
|
||||
|
||||
|
|
Loading…
Reference in New Issue