mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
no message
This was SVN commit r15.
This commit is contained in:
parent
e614d0265a
commit
b3eb51a7f7
1 changed files with 6 additions and 0 deletions
|
|
@ -27,6 +27,12 @@
|
|||
#include "win.h"
|
||||
#include "misc.h"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma comment(lib, "user32.lib")
|
||||
#pragma comment(lib, "gdi32.lib")
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
/* state */
|
||||
static bool app_active; /* is window active & on top?
|
||||
|
|
|
|||
Loading…
Reference in a new issue