Examples/Cxx/Callbacks/vtkKWMyApplicationWin32Header.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Module:    $RCSfile: vtkKWMyApplicationWin32Header.h,v $
00004 
00005   Copyright (c) Kitware, Inc.
00006   All rights reserved.
00007   See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
00008 
00009      This software is distributed WITHOUT ANY WARRANTY; without even
00010      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
00011      PURPOSE.  See the above copyright notice for more information.
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

Generated on Sat Dec 12 16:04:55 2009 for KWWidgets by  doxygen 1.6.1