mirror of
https://github.com/reactos/wine.git
synced 2025-02-25 07:22:28 +00:00
includes: Fix packing for commdlg in Win64.
This commit is contained in:
parent
e9ab244d77
commit
424caea967
@ -26,7 +26,9 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#include <prsht.h>
|
||||
#ifndef _WIN64
|
||||
#include <pshpack1.h>
|
||||
#endif
|
||||
|
||||
#ifndef SNDMSG
|
||||
#ifdef __cplusplus
|
||||
@ -770,7 +772,9 @@ BOOL WINAPI ChooseFontW(LPCHOOSEFONTW);
|
||||
void COMDLG32_SetCommDlgExtendedError(DWORD err);
|
||||
|
||||
|
||||
#ifndef _WIN64
|
||||
#include <poppack.h>
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user