home *** CD-ROM | disk | FTP | other *** search
- /*
- ----------------------------------------------------------------------
- | CUSTOMBAR PLUGIN SDK
- | MAIN INCLUDE FILE
- |
- | This library is distributed in the hope that it will be useful,
- | but WITHOUT ANY WARRANTY; without even the implied warranty of
- | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- |
- | Copyright (C) 2002-2004 Lizardsoft. All Rights Reserved.
- ---------------------------------------------------------------------- */
-
- #if !defined(CBPLUGINLIB_HHH_H_H_HHH___INCLUDED_)
- #define CBPLUGINLIB_HHH_H_H_HHH___INCLUDED_
-
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
-
- #ifdef CBPLUGINLIB_EXPORTS
- #define CB_API extern "C" __declspec(dllexport)
- #define CB_API_CPP __declspec(dllexport)
- #else
- #define CB_API extern "C" __declspec(dllimport)
- #define CB_API_CPP __declspec(dllimport)
- #endif
-
- #define WIN32_LEAN_AND_MEAN
- #include <tchar.h>
- #include <windef.h>
-
- #include "CBPluginInfo.h"
- #include "CBPluginUtil.h"
-
-
- #endif // CBPLUGINLIB_HHH_H_H_HHH___INCLUDED_
-