mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-01-20 08:31:11 +00:00
- use static_assert to make 32 bit builds fail.
This commit is contained in:
parent
aaf9618e61
commit
8c244f6f85
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
#include "i_interface.h"
|
||||
#include "st_start.h"
|
||||
|
||||
static_assert(sizeof(void*) == 8, "32 builds are not supported");
|
||||
|
||||
// Some global engine variables taken out of the backend code.
|
||||
FStartupScreen* StartWindow;
|
||||
SystemCallbacks sysCallbacks;
|
||||
|
|
Loading…
Reference in a new issue