mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-23 08:11:16 +00:00
fix decomp macros
This commit is contained in:
parent
1c195370fa
commit
bd5c616b44
@ -20,7 +20,7 @@ static class DecompPatchList
|
||||
DecompPatchList()
|
||||
{
|
||||
// I'm having CRT initialization order issues
|
||||
// with MSVC 4.20, so I'm going to leave m_head
|
||||
// with MSVC 4.2, so I'm going to leave m_head
|
||||
// uninitialized. It's static so it should be
|
||||
// zeroed anyways.
|
||||
// m_head = NULL;
|
||||
|
||||
@ -34,11 +34,10 @@ void DecompPatchAdd(void *origFunc, void *newFunc);
|
||||
|
||||
#else
|
||||
|
||||
#define DECOMP_METHOD_HOOK()
|
||||
|
||||
#define DECOMP_HOOK_DECL_EXPORT()
|
||||
#define DECOMP_HOOK_DEFN_EXPORT()
|
||||
#define DECOMP_HOOK_EXPORT()
|
||||
#define DECOMP_HOOK_DECL_CLS()
|
||||
#define DECOMP_HOOK_START_CLS()
|
||||
#define DECOMP_HOOK_END_CLS()
|
||||
#define DECOMP_HOOK_EXPORT_CLS()
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user