Examples/Cxx/Callbacks/vtkKWMyApplicationWin32Header.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014 #ifndef __vtkKWMyApplicationWin32Header_h
00015 #define __vtkKWMyApplicationWin32Header_h
00016
00017 #include "vtkKWMyApplicationConfigure.h"
00018
00019 #if defined(_WIN32) && defined(KWMyApplication_BUILD_SHARED_LIBS)
00020 # if defined(KWCallbacksExampleLib_EXPORTS) // *has* to match the lib name
00021 # define KWMyApplication_EXPORT __declspec( dllexport )
00022 # else
00023 # define KWMyApplication_EXPORT __declspec( dllimport )
00024 # endif
00025 #else
00026 # define KWMyApplication_EXPORT
00027 #endif
00028
00029 #endif