plxosal.h
来自「mtk wap和mms代码。。适应mtk 25。26平台」· C头文件 代码 · 共 34 行
H
34 行
/**************************************************************************\
*
* 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 + =
减小字号Ctrl + -
显示快捷键?