Updates for bazel on windows.
This commit is contained in:
6
mydefs.h
6
mydefs.h
@@ -17,16 +17,16 @@
|
||||
* Free Software Foundation, Inc., *
|
||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef OpenArena__mydefs_h__
|
||||
#define OpenArena__mydefs_h__
|
||||
|
||||
#if defined HAVE_CONFIG_H
|
||||
// clang-format off
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#ifdef WIN32 // This whole file is windows specific right now
|
||||
#include <windows.h>
|
||||
static HWND g_hWnd = NULL;
|
||||
#endif
|
||||
// clang-format on
|
||||
|
||||
#endif // End !defined(OpenArena__mydefs_h__)
|
||||
|
||||
Reference in New Issue
Block a user