📄 platos2.h
字号:
/*###*****************************************
*###
*### SECUDE IT Security GmbH
*###
*### Copyright (c) 2004-2006
*###
*### File ./include/secude/platform/platos2.h
*###
*### global functions:
*###
*###*****************************************/
/*
* Platform specific header for IBM OS/2, VisualAge C++
*/
#if !defined(SECUDE_CONF_INCLUDE) || !SECUDE_CONF_INCLUDE
#error do not include this file, include <secude/sec_conf.h>
#endif
#include <secude/conf_os2.h> /* This file will go away */
#define SEC_TARGET_OS_OS2 1
#define SEC_TARGET_OS_NAME "OS/2"
#define SEC_TARGET_API_OS2 1
#define SEC_TARGET_CPU_X86 1
#define USE_OWN_GETOPT 1
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -