Go to the documentation of this file.
14 #ifndef __vtkKWMyApplicationWin32Header_h
15 #define __vtkKWMyApplicationWin32Header_h
17 #include "vtkKWMyApplicationConfigure.h"
19 #if defined(_WIN32) && defined(KWMyApplication_BUILD_SHARED_LIBS)
20 # if defined(KWCallbacksExampleLib_EXPORTS) // *has* to match the lib name
21 # define KWMyApplication_EXPORT __declspec( dllexport )
23 # define KWMyApplication_EXPORT __declspec( dllimport )
26 # define KWMyApplication_EXPORT