test: FAR
This commit is contained in:
parent
af4a4c38b1
commit
06a1980a21
|
@ -33,6 +33,10 @@
|
||||||
#include <meta_api.h>
|
#include <meta_api.h>
|
||||||
#include "amxmod.h"
|
#include "amxmod.h"
|
||||||
|
|
||||||
|
#ifndef FAR // PM: Test: FAR
|
||||||
|
#define FAR
|
||||||
|
#endif
|
||||||
|
|
||||||
typedef int (FAR *QUERYMOD)(module_info_s**);
|
typedef int (FAR *QUERYMOD)(module_info_s**);
|
||||||
typedef int (FAR *ATTACHMOD)(pfnamx_engine_g*,pfnmodule_engine_g*);
|
typedef int (FAR *ATTACHMOD)(pfnamx_engine_g*,pfnmodule_engine_g*);
|
||||||
typedef int (FAR *DETACHMOD)(void);
|
typedef int (FAR *DETACHMOD)(void);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user