diff options
Diffstat (limited to 'soltools')
-rwxr-xr-x | soltools/HIDCompiler/hidclex.l | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/soltools/HIDCompiler/hidclex.l b/soltools/HIDCompiler/hidclex.l index a8fc3bb63..6c1e62278 100755 --- a/soltools/HIDCompiler/hidclex.l +++ b/soltools/HIDCompiler/hidclex.l @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: hidclex.l,v $ - * $Revision: 1.7 $ + * $Revision: 1.8 $ * * This file is part of OpenOffice.org. * @@ -37,7 +37,7 @@ #pragma warning(push, 1) #endif -static char const Revision[] = "$Revision: 1.7 $" ; +static char const Revision[] = "$Revision: 1.8 $" ; /* @@ -79,6 +79,10 @@ static int nInputFileDepth = 0; #include <ctype.h> +#if defined _MSC_VER +#include <io.h> +#endif + char* lower(char* str) { size_t s= strlen(str); |