From 4ed75bd8f4135a1cfdbf70f162b3ec7d158913cb Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 14 Aug 2020 00:56:14 +0800 Subject: fix iscygpty for xp --- core/src/xmake/io/iscygpty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.3.1