summaryrefslogtreecommitdiff
path: root/soltools
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-06-06 08:34:04 +0000
committerRüdiger Timm <rt@openoffice.org>2008-06-06 08:34:04 +0000
commitfbf7c7b30b02f8f9a9ed409744a45bb2bd6e1c93 (patch)
treeee0dbdd218fc90cdb34954cd78473d4f83e63a6e /soltools
parent416d9ee67f3988f374f16bcfb701db14286a99e6 (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-xsoltools/HIDCompiler/hidclex.l8
1 files changed, 6 insertions, 2 deletions
diff --git a/soltools/HIDCompiler/hidclex.l b/soltools/HIDCompiler/hidclex.l
index a8fc3bb6382d..6c1e62278d2b 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);