Main Page   Modules   Class Hierarchy   Compound List   File List   Compound Members   File Members  

C:/marty/b3/wxTest/include/wxTest/preprocessor.h

Go to the documentation of this file.
00001 
00002 // Name:        preprocessor.h
00003 // Purpose:     
00004 // Author:      Marty Saxton
00005 // Modified by:
00006 // Created:     10/27/2001
00007 // RCS-ID:      $Id: preprocessor.h,v 1.4 2001/11/09 02:18:32 marty Exp $
00008 // Copyright:   (c) Marty Saxton, Thundercow Software
00009 // Licence:     wxWindows license
00011 
00012 
00013 #ifdef WXTEST_USE_NAMESPACES
00014 #define WXTEST_BEGIN_NAMESPACE    namespace wxTest { 
00015 #define WXTEST_END_NAMESPACE      } 
00016 #else
00017 #define WXTEST_BEGIN_NAMESPACE    
00018 #define WXTEST_END_NAMESPACE      
00019 #endif
00020 
00021 #ifdef _MSC_VER
00022 #define WXTEST_EXPORT extern "C" __declspec( dllexport ) 
00023 #elif defined __MWERKS__
00024 #define WXTEST_EXPORT extern "C" __declspec( export ) 
00025 #else
00026 #define WXTEST_EXPORT extern "C"
00027 #endif

ThunderCow Software (c) 2001 Marty Saxton, ThunderCow Software. Generated on Sat Nov 17 14:08:31 2001 for wxTest by Doxygen 1.2.11