📄 glbopt.h
字号:
#ifndef GLBOPT_INCLUDED#define GLBOPT_INCLUDED/************************************************************************//* SISCO SOFTWARE MODULE HEADER *****************************************//************************************************************************//* (c) Copyright Systems Integration Specialists Company, Inc., *//* 2002-2002 All Rights Reserved *//* *//* MODULE NAME : glbopt.h *//* PRODUCT(S) : MMSEASE *//* *//* MODULE DESCRIPTION : *//* Global compiler options to be used by all SISCO source modules. *//* This file may be used to enable optional features in *//* MMSEASE. Usually this is easier than adding an *//* option to several makefiles. If this file is modified, all *//* source code should be recompiled. *//* *//* This file must be included by "glbtypes.h" so that all SISCO *//* source modules will indirectly include it. *//* *//* MODIFICATION LOG : *//* Date Who Rev Comments *//* -------- --- ------ ------------------------------------------- *//* 05/13/02 EJV 03 Moved DEBUG_SISCO, MAP30_ACSE to make files *//* 04/03/02 EJV 03 Deleted MLOG_ENABLE *//* 02/27/02 EJV 01 Created *//************************************************************************//* * NOTE: Insert additional compiler options here. */#endif /* !GLBOPT_INCLUDED */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -