Explorar o código

* mantis #33075, EGLINT always 32-bit

git-svn-id: trunk@38045 -
marco %!s(int64=7) %!d(string=hai) anos
pai
achega
c98214c348
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      packages/opengles/src/gles20.pas

+ 2 - 2
packages/opengles/src/gles20.pas

@@ -57,9 +57,9 @@ Type
 type
   PEGLConfig  = ^EGLConfig;
   PEGLint  = ^EGLint;
-     EGLint = {$ifdef win64}int64{$else}longint{$endif}; // Why int64 only on win64 and not even on 64-bit linux???
+  EGLint = longint;
 
-     EGLConfig = pointer;
+  EGLConfig = pointer;
 
   { EGL Types  }
   { EGLint is defined in eglplatform.h  }