mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-16 09:31:14 +00:00
- Fixed compilation with VS.
This commit is contained in:
parent
ee5db9963b
commit
d60299c740
3 changed files with 1 additions and 3 deletions
|
@ -175,7 +175,6 @@ void DoBlending (const PalEntry *from, PalEntry *to, int count, int r, int g, in
|
||||||
|
|
||||||
extern HWND Window;
|
extern HWND Window;
|
||||||
extern IVideo *Video;
|
extern IVideo *Video;
|
||||||
extern BOOL AppActive;
|
|
||||||
extern int SessionState;
|
extern int SessionState;
|
||||||
extern bool VidResizing;
|
extern bool VidResizing;
|
||||||
|
|
||||||
|
|
|
@ -72,7 +72,7 @@ void DoBlending (const PalEntry *from, PalEntry *to, int count, int r, int g, in
|
||||||
|
|
||||||
extern HWND Window;
|
extern HWND Window;
|
||||||
extern IVideo *Video;
|
extern IVideo *Video;
|
||||||
extern BOOL AppActive;
|
extern bool AppActive;
|
||||||
extern int SessionState;
|
extern int SessionState;
|
||||||
extern bool VidResizing;
|
extern bool VidResizing;
|
||||||
|
|
||||||
|
|
|
@ -95,7 +95,6 @@ static void StopFPSLimit();
|
||||||
|
|
||||||
extern HWND Window;
|
extern HWND Window;
|
||||||
extern IVideo *Video;
|
extern IVideo *Video;
|
||||||
extern BOOL AppActive;
|
|
||||||
extern int SessionState;
|
extern int SessionState;
|
||||||
extern bool FullscreenReset;
|
extern bool FullscreenReset;
|
||||||
extern bool VidResizing;
|
extern bool VidResizing;
|
||||||
|
|
Loading…
Reference in a new issue