opengl32/tests: Use explicit prototypes for function pointers.

oldstable
Alexandre Julliard 2009-10-02 14:56:43 +02:00
parent 4c52a28e6b
commit 8349b13453
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ static int (WINAPI *pwglReleasePbufferDCARB)(HPBUFFERARB, HDC);
/* WGL_ARB_make_current_read */
static BOOL (WINAPI *pwglMakeContextCurrentARB)(HDC hdraw, HDC hread, HGLRC hglrc);
static HDC (WINAPI *pwglGetCurrentReadDCARB)();
static HDC (WINAPI *pwglGetCurrentReadDCARB)(void);
/* WGL_ARB_pixel_format */
#define WGL_ACCELERATION_ARB 0x2003