dlvhex  2.5.0
include/common.h
Go to the documentation of this file.
00001 /* hand-made configuration, similar to config.h */
00002 
00003 #define WIN32 
00004 
00005 #if WIN32
00006     #define DLLEXPORT __declspec(dllexport)
00007 #else
00008     #define DLLEXPORT
00009 #endif