From: Richard Basch Date: Tue, 25 Feb 1997 23:34:26 +0000 (+0000) Subject: Don't do all the setup if RES_ONLY is defined; only get the resource X-Git-Tag: krb5-1.1-beta1~1212 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=01ca74724c7c0946f8fa7907142d43815c949025;p=krb5.git 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 --- diff --git a/src/include/win-mac.h b/src/include/win-mac.h index 20fa9652f..1e58e81af 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