summaryrefslogtreecommitdiffstats
path: root/source/FileDefine.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/FileDefine.h')
-rw-r--r--source/FileDefine.h40
1 files changed, 20 insertions, 20 deletions
diff --git a/source/FileDefine.h b/source/FileDefine.h
index 826d6dd75..c75fb3110 100644
--- a/source/FileDefine.h
+++ b/source/FileDefine.h
@@ -1,21 +1,21 @@
-#pragma once
-
-// So we don't have to include fstream :P
-#ifdef _WIN32
-#ifndef _FILE_DEFINED
-struct _iobuf {
- char *_ptr;
- int _cnt;
- char *_base;
- int _flag;
- int _file;
- int _charbuf;
- int _bufsiz;
- char *_tmpfname;
-};
-typedef struct _iobuf FILE;
-#define _FILE_DEFINED
-#endif
-#else
-#include <stdio.h>
+#pragma once
+
+// So we don't have to include fstream :P
+#ifdef _WIN32
+#ifndef _FILE_DEFINED
+struct _iobuf {
+ char *_ptr;
+ int _cnt;
+ char *_base;
+ int _flag;
+ int _file;
+ int _charbuf;
+ int _bufsiz;
+ char *_tmpfname;
+};
+typedef struct _iobuf FILE;
+#define _FILE_DEFINED
+#endif
+#else
+#include <stdio.h>
#endif \ No newline at end of file