mirror of
https://github.com/86Box/86Box.git
synced 2026-02-23 18:08:20 -07:00
win_opengl: Fix MSVC build errors and warnings
This commit is contained in:
@@ -19,8 +19,8 @@
|
||||
#include <Windows.h>
|
||||
|
||||
extern int opengl_init(HWND hwnd);
|
||||
extern int opengl_pause();
|
||||
extern void opengl_close();
|
||||
extern int opengl_pause(void);
|
||||
extern void opengl_close(void);
|
||||
extern void opengl_set_fs(int fs);
|
||||
extern void opengl_resize(int w, int h);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user