📄 plxosal.h
字号:
/**************************************************************************\
*
* Pollex Mobile Platform
*
* Copyright (c) 2004 by Pollex Mobile Software Co., Ltd.
* All Rights Reserved
*
* Model :
*
* Purpose :
*
* Author :
*
*-------------------------------------------------------------------------
*
* $Archive:: $
* $Workfile:: $
* $Revision:: $ $Date:: $
*
\**************************************************************************/
#include "plxdef.h"
#include "plxfs.h"
#include "plxclib.h"
#include "plxdbg.h"
#include "window.h"
#include "plxtimer.h"
#include "plxchset.h"
#ifndef __ARM__
#pragma warning(disable:4505) // unreferenced local function has been removed
#pragma warning(disable:4100) // unreferenced formal parameter
//#pragma warning(disable:4706) // assignment within conditional expression
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -