Commit 424caea9 authored by Maarten Lankhorst's avatar Maarten Lankhorst Committed by Alexandre Julliard

includes: Fix packing for commdlg in Win64.

parent e9ab244d
......@@ -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
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment