Useless change I forgot. DONT_BUILD.

git-svn-id: https://svn.eduke32.com/eduke32@4723 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2014-11-02 05:44:27 +00:00
parent 764f77d1cd
commit 502f5dac64

View file

@ -148,9 +148,9 @@ extern "C" {
#endif #endif
#endif #endif
#if !defined(NOASM) && !defined(GEKKO) && !defined(__ANDROID__)
int32_t nx_unprotect(intptr_t beg, intptr_t end) int32_t nx_unprotect(intptr_t beg, intptr_t end)
{ {
#if !defined(NOASM) && !defined(GEKKO) && !defined(__ANDROID__)
# if defined _WIN32 # if defined _WIN32
DWORD oldprot; DWORD oldprot;
@ -177,10 +177,10 @@ int32_t nx_unprotect(intptr_t beg, intptr_t end)
# else # else
# error "Don't know how to unprotect the self-modifying assembly on this platform!" # error "Don't know how to unprotect the self-modifying assembly on this platform!"
# endif # endif
#endif
return 0; return 0;
} }
#endif
// Calculate ylookup[] and call setvlinebpl() // Calculate ylookup[] and call setvlinebpl()