From 7f688606bdb10e888d01e0c367054d5bce5e6ce7 Mon Sep 17 00:00:00 2001 From: jaybinks Date: Mon, 10 Mar 2008 02:26:13 +0000 Subject: re-added local variable that was required for windows. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@952 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/lib/JEDI-SDL/OpenGL/Pas/opengl12.pas | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Game/Code/lib/JEDI-SDL') 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 -- cgit v1.2.3