summaryrefslogtreecommitdiff
path: root/uisimulator/common/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/common/file.h')
-rw-r--r--uisimulator/common/file.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/uisimulator/common/file.h b/uisimulator/common/file.h
index 8d91b61831..0e50031556 100644
--- a/uisimulator/common/file.h
+++ b/uisimulator/common/file.h
@@ -32,6 +32,11 @@
32#ifdef WIN32 32#ifdef WIN32
33#ifndef _commit 33#ifndef _commit
34extern int _commit( int handle ); 34extern int _commit( int handle );
35
36#ifdef _MSC_VER
37typedef unsigned int mode_t;
38#endif
39
35#endif 40#endif
36#endif 41#endif
37 42