⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mcotargt.h

📁 PB 熟悉的哥们希望大家可以互相学习一下
💻 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 + -