From d60299c740ecaaa56cef02c79bc0abe659ed6806 Mon Sep 17 00:00:00 2001 From: drfrag666 Date: Fri, 11 May 2018 14:22:43 +0200 Subject: [PATCH] - Fixed compilation with VS. --- src/win32/fb_d3d9.cpp | 1 - src/win32/fb_ddraw.cpp | 2 +- src/win32/win32video.cpp | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/win32/fb_d3d9.cpp b/src/win32/fb_d3d9.cpp index 7e35c55b1..c122be132 100644 --- a/src/win32/fb_d3d9.cpp +++ b/src/win32/fb_d3d9.cpp @@ -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; diff --git a/src/win32/fb_ddraw.cpp b/src/win32/fb_ddraw.cpp index 813509bc0..852c64631 100644 --- a/src/win32/fb_ddraw.cpp +++ b/src/win32/fb_ddraw.cpp @@ -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; diff --git a/src/win32/win32video.cpp b/src/win32/win32video.cpp index 3ef45e6de..353d49100 100644 --- a/src/win32/win32video.cpp +++ b/src/win32/win32video.cpp @@ -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;