diff options
Diffstat (limited to 'src/HTAlert.c')
-rw-r--r-- | src/HTAlert.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/HTAlert.c b/src/HTAlert.c index 2200a58a..908e52c5 100644 --- a/src/HTAlert.c +++ b/src/HTAlert.c @@ -22,7 +22,7 @@ #include <LYLeaks.h> -#if _WIN_CC +#if defined(WIN_EX) && defined(UNUSED_CODE) #include <HTParse.h> #endif @@ -110,7 +110,7 @@ PUBLIC void HTUserMsg2 ARGS2( } } -#ifdef WIN_EX /* 1997/10/28 (Tue) 17:19:43 */ +#if defined(WIN_EX) && defined(UNUSED_CODE) /* 1997/10/28 (Tue) 17:19:43 */ #define MAX_LEN 512 |