diff options
Diffstat (limited to 'CNativeCode/OpenGL_Win32_common.h')
-rwxr-xr-x | CNativeCode/OpenGL_Win32_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CNativeCode/OpenGL_Win32_common.h b/CNativeCode/OpenGL_Win32_common.h index f8c6ca4..ed7287f 100755 --- a/CNativeCode/OpenGL_Win32_common.h +++ b/CNativeCode/OpenGL_Win32_common.h @@ -39,6 +39,6 @@ LIBAPI void LIBAPIENTRY setupDIB(HDC hDCOrig, HDC hDC, HBITMAP * hBitmap, LIBAPI void LIBAPIENTRY resizeDIB(HDC hDC, HBITMAP *hOldBitmap, HBITMAP *hBitmap); -LIBAPI void LIBAPIENTRY setupPalette(HDC hDC); +LIBAPI HPALETTE LIBAPIENTRY setupPalette(HDC hDC); #endif |