mirror of
https://github.com/zeldaret/ph
synced 2026-09-04 10:12:06 -04:00
Add option to build with nonmatching functions
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#ifndef PH_GLOBAL_H
|
||||
#define PH_GLOBAL_H
|
||||
|
||||
#ifdef NONMATCHING
|
||||
#define NONMATCH
|
||||
#else
|
||||
#define NONMATCH asm
|
||||
#endif
|
||||
|
||||
// Prevent the IDE from reporting errors that the compiler/linker won't report
|
||||
#ifdef __INTELLISENSE__
|
||||
#define NONMATCH
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user