OMKInputs.h

Go to the documentation of this file.
00001 #ifndef OMKInputs_H
00002 #define OMKInputs_H
00003 
00004 #ifdef _MSC_VER
00005         #if defined OMKINPUTS_EXPORTS
00006                 #define OMKINPUTS_API   __declspec( dllexport )
00007         #else
00008                 #define OMKINPUTS_API   __declspec( dllimport )
00009         #endif // _LIB
00010 
00011         #pragma warning(disable : 4251)
00012         #pragma warning(disable : 4275)
00013 #else
00014         #define OMKINPUTS_API
00015 #endif
00016 
00017 #endif //OMKInputs_H

logo OpenMask

Documentation generated on Mon Jun 9 11:45:56 2008

Generated with doxygen by Dimitri van Heesch ,   1997-2007