NSViewsAfxExt.h

Go to the documentation of this file.
00001 #ifndef NSVIEWS_DLL_HEADER
00002 #define NSVIEWS_DLL_HEADER
00003 
00004 // This code is a part of the NanoSoft NSViews C++ Library.
00005 // Copyright (C) 1996 NanoSoft Corporation. All rights reserved.
00006 
00007 #include <basis/build_configuration.h>
00008 
00009 #ifndef __AFXEXT_H__
00010 #include <afxext.h>
00011 #endif
00012 
00013 #pragma warning(disable: 4275)
00014 #pragma warning(disable: 4251)
00015 
00016 #ifdef BUILD_NSVIEWS
00017   #define AFX_EXT_NSVIEWS HOOPLE_DLL_EXPORT_CLASS
00018 #elif defined(USE_HOOPLE_DLLS)
00019   #define AFX_EXT_NSVIEWS HOOPLE_DLL_IMPORT_CLASS
00020 #else
00021   #define AFX_EXT_NSVIEWS 
00022 #endif
00023 
00024 #endif
00025 

Generated on Thu Nov 20 04:28:49 2008 for HOOPLE Libraries by  doxygen 1.5.1