DomainPlug-insDocumentation
/home/pkhodos/work/trunk/ToolLibs/WhoisLib/whoisclientconfig.h
Go to the documentation of this file.
00001 #ifndef _WHOISCLIENT_CONFIG_H_
00002 #define _WHOISCLIENT_CONFIG_H_
00003 
00004 #ifdef _MSC_VER
00005 #       ifdef whoisclient_EXPORTS
00006 #               define WHOISCLIENT_DECL __declspec(dllexport)
00007 #       else
00008 #               define WHOISCLIENT_DECL __declspec(dllimport)
00009 #       endif
00010 #else
00011 #       define WHOISCLIENT_DECL
00012 #endif
00013 
00014 #endif // ndef _WHOISCLIENT_CONFIG_H_
00015 
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines