X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6c43b66ed07646c7c6c07ac771e836ae0a4fc491..d9210ab7b41eb21e00bf5ed36e7891da50436e66:/contrib/src/deprecated/doslex.c diff --git a/contrib/src/deprecated/doslex.c b/contrib/src/deprecated/doslex.c index 183785b110..d63b9b2590 100644 --- a/contrib/src/deprecated/doslex.c +++ b/contrib/src/deprecated/doslex.c @@ -4,6 +4,8 @@ * $Header$ Last change: JS 13 Jul 97 6:17 pm */ +/* Copyright: (c) Julian Smart */ +/* Licence: wxWindows Licence */ #define FLEX_SCANNER @@ -66,7 +68,7 @@ #define YY_USE_CONST #endif - #ifdef __MINGW32__ + #if defined(__MINGW32__) || defined(__WATCOMC__) #include #endif