FileWatcherWin32Header.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Copyright 2005 Brigham and Women's Hospital (BWH) All Rights Reserved.
00004 
00005   See Doc/copyright/copyright.txt
00006   or http://www.slicer.org/copyright/copyright.txt for details.
00007 
00008   Program:   Module Description Parser
00009   Module:    $HeadURL: http://svn.slicer.org/Slicer3/trunk/Libs/ModuleDescriptionParser/ModuleDescriptionParserWin32Header.h $
00010   Date:      $Date: 2010-01-22 14:43:05 -0500 (Fri, 22 Jan 2010) $
00011   Version:   $Revision: 11743 $
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) /* missing DLL-interface */
00036 #endif
00037 
00038 #endif

Generated on 6 Apr 2011 for Slicer3 by  doxygen 1.6.1