From 01ca74724c7c0946f8fa7907142d43815c949025 Mon Sep 17 00:00:00 2001 From: Richard Basch Date: Tue, 25 Feb 1997 23:34:26 +0000 Subject: Don't do all the setup if RES_ONLY is defined; only get the resource definitions, since Win16's 'rc' can't handle much more. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9979 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/win-mac.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/include/win-mac.h') 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 + +#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 -- cgit