(D3D) Fix warning

This commit is contained in:
twinaphex 2015-05-09 18:07:59 +02:00
parent 303fcfa6bb
commit 132bec0237
1 changed files with 2 additions and 0 deletions

View File

@ -73,7 +73,9 @@ static void d3d_free_overlay(d3d_video_t *d3d, overlay_t *overlay);
#define IDI_ICON 1
#ifndef MAX_MONITORS
#define MAX_MONITORS 9
#endif
extern LRESULT CALLBACK WindowProc(HWND hWnd, UINT message,
WPARAM wParam, LPARAM lParam);