diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/win-mac.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/win-mac.h b/src/include/win-mac.h index 20fa9652f6..1e58e81af1 100644 --- a/src/include/win-mac.h +++ b/src/include/win-mac.h @@ -17,6 +17,12 @@ #define ID_READ_PWD_PROMPT2 10002 #define ID_READ_PWD_PWD 10003 +#ifdef RES_ONLY + +#define APSTUDIO_HIDDEN_SYMBOLS +#include <windows.h> + +#else #if defined(_MSDOS) /* Windows 16 specific */ @@ -210,6 +216,8 @@ typedef unsigned char u_char; HINSTANCE get_lib_instance(void); +#endif /* !RES_ONLY */ + #endif /* _MSDOS || _WIN32 */ #ifndef KRB5_CALLCONV |