mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 03:00:46 +00:00
fix NOASM=1 build
git-svn-id: https://svn.eduke32.com/eduke32@1912 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
924dccca21
commit
ffde01b0ca
1 changed files with 1 additions and 1 deletions
|
@ -388,7 +388,7 @@ int32_t baselayer_init(void)
|
||||||
|
|
||||||
void makeasmwriteable(void)
|
void makeasmwriteable(void)
|
||||||
{
|
{
|
||||||
#ifndef ENGINE_USING_A_C
|
#ifndef NOASM
|
||||||
extern int32_t dep_begin, dep_end;
|
extern int32_t dep_begin, dep_end;
|
||||||
# if defined _WIN32
|
# if defined _WIN32
|
||||||
DWORD oldprot;
|
DWORD oldprot;
|
||||||
|
|
Loading…
Reference in a new issue