fix NOASM=1 build

git-svn-id: https://svn.eduke32.com/eduke32@1912 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
helixhorned 2011-06-20 21:07:47 +00:00
parent 924dccca21
commit ffde01b0ca

View file

@ -388,7 +388,7 @@ int32_t baselayer_init(void)
void makeasmwriteable(void)
{
#ifndef ENGINE_USING_A_C
#ifndef NOASM
extern int32_t dep_begin, dep_end;
# if defined _WIN32
DWORD oldprot;