mirror of https://github.com/x64dbg/TitanEngine
added inclusion guard for definitions.h
This commit is contained in:
parent
595146f31f
commit
6039d3a133
|
|
@ -1,3 +1,7 @@
|
||||||
|
#ifndef definitions_h__
|
||||||
|
#define definitions_h__
|
||||||
|
|
||||||
|
|
||||||
#define TITCALL
|
#define TITCALL
|
||||||
|
|
||||||
// Global.Function.Declaration:
|
// Global.Function.Declaration:
|
||||||
|
|
@ -439,3 +443,7 @@ __declspec(dllexport) void* TITCALL ExtensionManagerGetPluginInfo(char* szPlugin
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif /*__cplusplus*/
|
#endif /*__cplusplus*/
|
||||||
|
|
||||||
|
|
||||||
|
#endif // definitions_h__
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue