📄 mcotargt.h
字号:
/*******************************************************************
* *
* mcotargt.h *
* *
* This file is a part of the eXtremeDB source code *
* Copyright (c) 2001-2007 McObject LLC *
* All Rights Reserved *
* *
* eXtremeDB runtime target platform definitions *
* *
***************************************************************** */
/*
* ++
*
* PROJECT: eXtremeDB
*
* SUBSYSTEM: eXtremeDB target platform definitions
*
* MODULE: mcotargt.h
*
* ABSTRACT: common definitions for schema compiler and runtime
*
*
* HISTORY:
* 1. 2000-2002 TP versions 1-2 created
* --
*/
#ifndef MCO_TARGET__H__
#define MCO_TARGET__H__
#define MCO_TARGET_FLOAT_SUPPORTED /* base float type supported in C runtime */
#define MCO_TARGET_DOUBLE_SUPPORTED /* base double type supported in C runtime */
/*
* R-Tree support
*
* Default: disabled
*/
/*
#ifndef MCO_CFG_RTREE_SUPPORT
#define MCO_CFG_RTREE_SUPPORT
#endif //MCO_CFG_RTREE_SUPPORT
*/
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -