mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:15:59 +00:00
[WinSpool] Fix Header Order
Found another issue with the header.
This commit is contained in:
parent
c4055c455f
commit
dbaa8b132d
1 changed files with 29 additions and 30 deletions
|
@ -640,6 +640,35 @@ __MINGW_TYPEDEF_AW(LPDRIVER_INFO_8)
|
||||||
__MINGW_TYPEDEF_AW(PFORM_INFO_1)
|
__MINGW_TYPEDEF_AW(PFORM_INFO_1)
|
||||||
__MINGW_TYPEDEF_AW(LPFORM_INFO_1)
|
__MINGW_TYPEDEF_AW(LPFORM_INFO_1)
|
||||||
|
|
||||||
|
typedef struct _FORM_INFO_2A {
|
||||||
|
DWORD Flags;
|
||||||
|
LPSTR pName;
|
||||||
|
SIZEL Size;
|
||||||
|
RECTL ImageableArea;
|
||||||
|
LPCSTR pKeyword;
|
||||||
|
DWORD StringType;
|
||||||
|
LPCSTR pMuiDll;
|
||||||
|
DWORD dwResourceId;
|
||||||
|
LPCSTR pDisplayName;
|
||||||
|
LANGID wLangId;
|
||||||
|
} FORM_INFO_2A, *PFORM_INFO_2A;
|
||||||
|
|
||||||
|
typedef struct _FORM_INFO_2W {
|
||||||
|
DWORD Flags;
|
||||||
|
LPWSTR pName;
|
||||||
|
SIZEL Size;
|
||||||
|
RECTL ImageableArea;
|
||||||
|
LPCSTR pKeyword;
|
||||||
|
DWORD StringType;
|
||||||
|
LPCWSTR pMuiDll;
|
||||||
|
DWORD dwResourceId;
|
||||||
|
LPCWSTR pDisplayName;
|
||||||
|
LANGID wLangId;
|
||||||
|
} FORM_INFO_2W, *PFORM_INFO_2W;
|
||||||
|
|
||||||
|
__MINGW_TYPEDEF_AW(FORM_INFO_2)
|
||||||
|
__MINGW_TYPEDEF_AW(PFORM_INFO_2)
|
||||||
|
|
||||||
typedef struct _DOC_INFO_2A {
|
typedef struct _DOC_INFO_2A {
|
||||||
LPSTR pDocName;
|
LPSTR pDocName;
|
||||||
LPSTR pOutputFile;
|
LPSTR pOutputFile;
|
||||||
|
@ -1480,36 +1509,6 @@ HRESULT DocumentEventW(
|
||||||
PVOID pvOut
|
PVOID pvOut
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
typedef struct _FORM_INFO_2A {
|
|
||||||
DWORD Flags;
|
|
||||||
LPSTR pName;
|
|
||||||
SIZEL Size;
|
|
||||||
RECTL ImageableArea;
|
|
||||||
LPCSTR pKeyword;
|
|
||||||
DWORD StringType;
|
|
||||||
LPCSTR pMuiDll;
|
|
||||||
DWORD dwResourceId;
|
|
||||||
LPCSTR pDisplayName;
|
|
||||||
LANGID wLangId;
|
|
||||||
} FORM_INFO_2A, *PFORM_INFO_2A;
|
|
||||||
|
|
||||||
typedef struct _FORM_INFO_2W {
|
|
||||||
DWORD Flags;
|
|
||||||
LPWSTR pName;
|
|
||||||
SIZEL Size;
|
|
||||||
RECTL ImageableArea;
|
|
||||||
LPCSTR pKeyword;
|
|
||||||
DWORD StringType;
|
|
||||||
LPCWSTR pMuiDll;
|
|
||||||
DWORD dwResourceId;
|
|
||||||
LPCWSTR pDisplayName;
|
|
||||||
LANGID wLangId;
|
|
||||||
} FORM_INFO_2W, *PFORM_INFO_2W;
|
|
||||||
|
|
||||||
__MINGW_TYPEDEF_AW(FORM_INFO_2)
|
|
||||||
__MINGW_TYPEDEF_AW(PFORM_INFO_2)
|
|
||||||
|
|
||||||
typedef struct _PRINTPROCESSOR_CAPS_2 {
|
typedef struct _PRINTPROCESSOR_CAPS_2 {
|
||||||
DWORD dwLevel;
|
DWORD dwLevel;
|
||||||
DWORD dwNupOptions;
|
DWORD dwNupOptions;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue