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