mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-08 21:31:46 +08:00
engine: don't include windows headers, as they globally included by port.h already
This commit is contained in:
@@ -22,10 +22,6 @@ GNU General Public License for more details.
|
||||
#include <SDL.h>
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
#include "windows.h"
|
||||
#endif
|
||||
|
||||
#include "platform/platform.h"
|
||||
|
||||
void* in_mousecursor;
|
||||
|
||||
Reference in New Issue
Block a user