25 lines
733 B
C
25 lines
733 B
C
/********************************************************************
|
|
created: 2009/01/05
|
|
created: 5:1:2009 18:18
|
|
filename: x:\ProjectRoot\svn\local\vtTools\SDK\Include\Core\vtCModuleDefines.h
|
|
file path: x:\ProjectRoot\svn\local\vtTools\SDK\Include\Core
|
|
file base: vtCModuleDefines
|
|
file ext: h
|
|
author:
|
|
|
|
purpose:
|
|
*********************************************************************/
|
|
#ifndef __VTCMODULES_DEFINES_H_
|
|
#define __VTCMODULES_DEFINES_H_
|
|
|
|
#include <vtCXGlobal.h>
|
|
|
|
#define VTCMODULE_NAME VTCX_API_PREFIX("TOOLS")
|
|
#define VTCMODULE_ATTRIBUTE_CATAEGORY VTCMODULE_NAME
|
|
|
|
#define VTM_TOOL_MANAGER_GUID CKGUID(0x7a9a6475,0x6fb90c74)
|
|
|
|
#define VTBB_PLG_GUID CKGUID(0x3262afb,0x230b4434)
|
|
|
|
#endif
|