summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
authorruki <[email protected]>2020-08-14 00:56:14 +0800
committerruki <[email protected]>2020-08-14 00:56:14 +0800
commit4ed75bd8f4135a1cfdbf70f162b3ec7d158913cb (patch)
tree8f347e29f5c96d9458ebb3197c6cb4144cec2a40 /core/src
parent51153c30548ee0c509c1146fe49cb6e372549e64 (diff)
fix iscygpty for xp
Diffstat (limited to 'core/src')
-rw-r--r--core/src/xmake/io/iscygpty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/xmake/io/iscygpty.c b/core/src/xmake/io/iscygpty.c
index 5960cbbe9..5d8db1df7 100644
--- a/core/src/xmake/io/iscygpty.c
+++ b/core/src/xmake/io/iscygpty.c
@@ -56,7 +56,7 @@
# endif
#endif /* USE_FILEEXTD */
-//#define USE_DYNFILEID
+#define USE_DYNFILEID // we need enable it for supporting xp
#ifdef USE_DYNFILEID
typedef BOOL (WINAPI *pfnGetFileInformationByHandleEx)(
HANDLE hFile,