- Fixed compilation with VS.

This commit is contained in:
drfrag666 2018-05-11 14:22:43 +02:00
parent ee5db9963b
commit d60299c740
3 changed files with 1 additions and 3 deletions

View file

@ -175,7 +175,6 @@ void DoBlending (const PalEntry *from, PalEntry *to, int count, int r, int g, in
extern HWND Window;
extern IVideo *Video;
extern BOOL AppActive;
extern int SessionState;
extern bool VidResizing;

View file

@ -72,7 +72,7 @@ void DoBlending (const PalEntry *from, PalEntry *to, int count, int r, int g, in
extern HWND Window;
extern IVideo *Video;
extern BOOL AppActive;
extern bool AppActive;
extern int SessionState;
extern bool VidResizing;

View file

@ -95,7 +95,6 @@ static void StopFPSLimit();
extern HWND Window;
extern IVideo *Video;
extern BOOL AppActive;
extern int SessionState;
extern bool FullscreenReset;
extern bool VidResizing;