From 424caea9674ede78cd7a9adcbed7b154bd358015 Mon Sep 17 00:00:00 2001 From: Maarten Lankhorst Date: Sat, 13 Dec 2008 23:06:48 +0100 Subject: [PATCH] includes: Fix packing for commdlg in Win64. --- include/commdlg.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/commdlg.h b/include/commdlg.h index 914e4c879b6..34e6b225a65 100644 --- a/include/commdlg.h +++ b/include/commdlg.h @@ -26,7 +26,9 @@ extern "C" { #endif #include +#ifndef _WIN64 #include +#endif #ifndef SNDMSG #ifdef __cplusplus @@ -770,7 +772,9 @@ BOOL WINAPI ChooseFontW(LPCHOOSEFONTW); void COMDLG32_SetCommDlgExtendedError(DWORD err); +#ifndef _WIN64 #include +#endif #ifdef __cplusplus }