mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Fix calling conventions.
svn path=/trunk/; revision=29211
This commit is contained in:
@@ -28,11 +28,11 @@
|
||||
|
||||
|
||||
|
||||
typedef int (*CHOOSEPIXELFMT) (HDC, CONST PIXELFORMATDESCRIPTOR *);
|
||||
typedef BOOL (*SETPIXELFMT) (HDC, int, CONST PIXELFORMATDESCRIPTOR *);
|
||||
typedef BOOL (*SWAPBUFFERS) (HDC hdc);
|
||||
typedef int (*DESCRIBEPIXELFMT) (HDC, int, UINT, LPPIXELFORMATDESCRIPTOR);
|
||||
typedef int (*GETPIXELFMT) (HDC);
|
||||
typedef int STDCALL (*CHOOSEPIXELFMT) (HDC, CONST PIXELFORMATDESCRIPTOR *);
|
||||
typedef BOOL STDCALL (*SETPIXELFMT) (HDC, int, CONST PIXELFORMATDESCRIPTOR *);
|
||||
typedef BOOL STDCALL (*SWAPBUFFERS) (HDC hdc);
|
||||
typedef int STDCALL (*DESCRIBEPIXELFMT) (HDC, int, UINT, LPPIXELFORMATDESCRIPTOR);
|
||||
typedef int STDCALL (*GETPIXELFMT) (HDC);
|
||||
|
||||
|
||||
static CHOOSEPIXELFMT glChoosePixelFormat = NULL;
|
||||
|
||||
Reference in New Issue
Block a user