00001 #pragma once 00002 00003 00004 #ifdef WIN32 00005 # ifdef LIBCMMLPARSE_EXPORTS 00006 # define LIBCMMLPARSE_API __declspec(dllexport) 00007 # else 00008 # define LIBCMMLPARSE_API __declspec(dllimport) 00009 # endif 00010 #else 00011 # define LIBCMMLPARSE_API 00012 #endif 00013