diff options
Diffstat (limited to 'Game/Code/lib')
-rw-r--r-- | Game/Code/lib/JEDI-SDL/OpenGL/Pas/opengl12.pas | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Game/Code/lib/JEDI-SDL/OpenGL/Pas/opengl12.pas b/Game/Code/lib/JEDI-SDL/OpenGL/Pas/opengl12.pas index a79e1c6f..f75b6888 100644 --- a/Game/Code/lib/JEDI-SDL/OpenGL/Pas/opengl12.pas +++ b/Game/Code/lib/JEDI-SDL/OpenGL/Pas/opengl12.pas @@ -7073,7 +7073,10 @@ threadvar var
{$endif}
LastPixelFormat: Integer;
-// ActivationRefCount: Integer; // Auto Removed, Unused Variable
+
+{$ifdef Win32}
+ ActivationRefCount: Integer;
+{$endif}
{$ifdef Win32}
const
|