mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 03:00:46 +00:00
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:
parent
764f77d1cd
commit
502f5dac64
1 changed files with 2 additions and 2 deletions
|
@ -148,9 +148,9 @@ extern "C" {
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(NOASM) && !defined(GEKKO) && !defined(__ANDROID__)
|
||||
int32_t nx_unprotect(intptr_t beg, intptr_t end)
|
||||
{
|
||||
#if !defined(NOASM) && !defined(GEKKO) && !defined(__ANDROID__)
|
||||
# if defined _WIN32
|
||||
DWORD oldprot;
|
||||
|
||||
|
@ -177,10 +177,10 @@ int32_t nx_unprotect(intptr_t beg, intptr_t end)
|
|||
# else
|
||||
# error "Don't know how to unprotect the self-modifying assembly on this platform!"
|
||||
# endif
|
||||
#endif
|
||||
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
// Calculate ylookup[] and call setvlinebpl()
|
||||
|
|
Loading…
Reference in a new issue