Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members

dll.h

Go to the documentation of this file.
00001 // This is brl/bmvl/bmvv/dll.h
00002 #ifndef bmvv_dll_h_
00003 #define bmvv_dll_h_
00004 
00005 #include <vcl_compiler.h>
00006 
00007 #define BMVV_DLL_DATA
00008 
00009 #if defined(VCL_WIN32) && !defined(BUILDING_BMVV_DLL)
00010 
00011 // if win32 and not buiding the DLL then you need a dllimport
00012 // Only if you are building a DLL linked application.
00013 # ifdef BUILD_DLL
00014 #  undef BMVV_DLL_DATA
00015 #  define BMVV_DLL_DATA _declspec(dllimport)
00016 # endif // BUILD_DLL
00017 #endif // VCL_WIN32 and !Building_*_dll
00018 
00019 #endif // bmvv_dll_h_

Generated on Thu Jan 10 14:54:21 2008 for contrib/brl/bmvl/bmvv by  doxygen 1.4.4