22 lines
699 B
C
22 lines
699 B
C
/********************************************************************
|
|
created: 2009/04/13
|
|
created: 13:4:2009 21:58
|
|
filename: x:\ProjectRoot\vtmodsvn\tools\VTCPPProjectPremakerSimple\Sdk\Include\Core\gConfig.h
|
|
file path: x:\ProjectRoot\vtmodsvn\tools\VTCPPProjectPremakerSimple\Sdk\Include\Core
|
|
file base: gConfig
|
|
file ext: h
|
|
author: Günter Baumgart
|
|
|
|
purpose: Global configuration for this component
|
|
*********************************************************************/
|
|
#ifndef __G_CONFIG_H__
|
|
#define __G_CONFIG_H__
|
|
|
|
/*!
|
|
\brief Enables access from an external application. All related code needs to enabled
|
|
by this macro
|
|
*/
|
|
//#define G_EXTERNAL_ACCESS
|
|
|
|
|
|
#endif |