mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-19 08:16:29 +00:00
fixed ICC warning about func decl
This was SVN commit r403.
This commit is contained in:
@@ -42,8 +42,8 @@ WINGDIAPI BOOL WINAPI wglCopyContext(HGLRC, HGLRC, UINT);
|
||||
WINGDIAPI HGLRC WINAPI wglCreateContext(HDC);
|
||||
WINGDIAPI HGLRC WINAPI wglCreateLayerContext(HDC, int);
|
||||
WINGDIAPI BOOL WINAPI wglDeleteContext(HGLRC);
|
||||
WINGDIAPI HGLRC WINAPI wglGetCurrentContext(VOID);
|
||||
WINGDIAPI HDC WINAPI wglGetCurrentDC(VOID);
|
||||
WINGDIAPI HGLRC WINAPI wglGetCurrentContext();
|
||||
WINGDIAPI HDC WINAPI wglGetCurrentDC();
|
||||
WINGDIAPI PROC WINAPI wglGetProcAddress(LPCSTR);
|
||||
WINGDIAPI BOOL WINAPI wglMakeCurrent(HDC, HGLRC);
|
||||
WINGDIAPI BOOL WINAPI wglShareLists(HGLRC, HGLRC);
|
||||
|
||||
Reference in New Issue
Block a user