?? 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
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -