mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Add #undef for PREP w/ DISABLE_COMPILE_CACHE
This commit is contained in:
parent
08c4731a3a
commit
e40415b628
@ -84,6 +84,7 @@
|
|||||||
#define TYPE_BACKPACK 901
|
#define TYPE_BACKPACK 901
|
||||||
|
|
||||||
#ifdef DISABLE_COMPILE_CACHE
|
#ifdef DISABLE_COMPILE_CACHE
|
||||||
|
#undef PREP
|
||||||
#define PREP(fncName) DFUNC(fncName) = compile preprocessFileLineNumbers QPATHTOF(functions\DOUBLES(fnc,fncName).sqf)
|
#define PREP(fncName) DFUNC(fncName) = compile preprocessFileLineNumbers QPATHTOF(functions\DOUBLES(fnc,fncName).sqf)
|
||||||
#else
|
#else
|
||||||
#undef PREP
|
#undef PREP
|
||||||
|
Loading…
Reference in New Issue
Block a user