FileWatcherWin32Header.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00018
00019 #ifndef __FileWatcherWin32Header_h
00020 #define __FileWatcherWin32Header_h
00021
00022 #include <FileWatcherConfigure.h>
00023
00024 #if defined(WIN32) && !defined(FileWatcher_STATIC)
00025 #if defined(FileWatcher_EXPORTS)
00026 #define FileWatcher_EXPORT __declspec( dllexport )
00027 #else
00028 #define FileWatcher_EXPORT __declspec( dllimport )
00029 #endif
00030 #else
00031 #define FileWatcher_EXPORT
00032 #endif
00033
00034 #if defined(_MSC_VER)
00035 # pragma warning (disable: 4251)
00036 #endif
00037
00038 #endif