test: FAR

This commit is contained in:
Pavol Marko 2004-02-04 19:21:42 +00:00
parent af4a4c38b1
commit 06a1980a21

View File

@ -33,6 +33,10 @@
#include <meta_api.h>
#include "amxmod.h"
#ifndef FAR // PM: Test: FAR
#define FAR
#endif
typedef int (FAR *QUERYMOD)(module_info_s**);
typedef int (FAR *ATTACHMOD)(pfnamx_engine_g*,pfnmodule_engine_g*);
typedef int (FAR *DETACHMOD)(void);