diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-06-06 08:34:04 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-06-06 08:34:04 +0000 |
commit | 42104d3978803af0dce7f65b3593f087d8a3befd (patch) | |
tree | d8cdd8eafe76b56d9a18fbce341db9bf32c281fe /soltools | |
parent | a71bbf02fd786a11c164e2829b04c49fe893e5d2 (diff) |
INTEGRATION: CWS ause093 (1.7.6); FILE MERGED
2008/05/14 15:06:07 hjs 1.7.6.1: #i89473# add include to make it compile on cygwin
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); |