catserv_extern.h
Go to the documentation of this file.00001 #ifndef CATSERV_DEFS_H
00002 #define CATSERV_DEFS_H
00003
00004 #ifdef _WIN32
00005 extern __declspec(dllexport) char *s_CatServ;
00006 #else
00007 E char *s_CatServ;
00008 #endif
00009
00010 #endif
00011