From 1efb34f7108d5b9478826a6c5bcac3559577bfc9 Mon Sep 17 00:00:00 2001 From: elasota Date: Fri, 11 Sep 2020 23:53:25 -0400 Subject: [PATCH] Undef CreateFile --- GpCommon/GpWindows.h | 1 + 1 file changed, 1 insertion(+) diff --git a/GpCommon/GpWindows.h b/GpCommon/GpWindows.h index e7b8672..6250ff9 100644 --- a/GpCommon/GpWindows.h +++ b/GpCommon/GpWindows.h @@ -9,6 +9,7 @@ #undef CreateMutex #undef DeleteFile #undef LoadCursor +#undef CreateFile struct IGpFiber; struct IGpBWCursor_Win32;