Cygwin port

This commit is contained in:
elasota
2021-03-18 17:08:11 -04:00
parent 184f867f79
commit 7060676b73
49 changed files with 1413 additions and 109 deletions

12
GpCommon/GpX.h Normal file
View File

@@ -0,0 +1,12 @@
#pragma once
struct IGpFiber;
struct IGpBWCursor_Win32;
struct IGpCursor_Win32;
struct IGpVOSEventQueue;
struct GpXGlobals
{
};
extern GpXGlobals g_gpXGlobals;