?? stdafx.h
字號:
#ifndef __STDAFX_H__
#define __STDAFX_H__
#ifndef __I386
#define __I386
#endif
#ifndef __HELLO_CHINA__
#include "hellocn.h"
#endif
#ifndef __STRING__
#include "../MISC/string.h" //Different folder.
#endif
#ifndef __TYPES_H__
#include "TYPES.H"
#endif
#ifndef __PERF_H__
#include "PERF.H"
#endif
#ifndef __COMMOBJ_H__
#include "commobj.h"
#endif
#ifndef __SYN_MECH_H__
#include "SYN_MECH.H"
#endif
#ifndef __COMQUEUE_H__
#include "COMQUEUE.H"
#endif
#ifndef __OBJQUEUE_H__
#include "objqueue.h"
#endif
#ifndef __KTMGR_H__
#include "ktmgr.h"
#endif
//#ifndef __SYNOBJ_H__
//#include "synobj.h"
//#endif
#ifndef __SYSTEM_H__
#include "system.h"
#endif
#ifndef __DEVMGR_H__
#include "DEVMGR.H"
#endif
#ifndef __MAILBOX_H__
#include "MailBox.h"
#endif
#ifndef __DIM_H__
#include "dim.h"
#endif
#ifndef __MEMMGR_H__
#include "memmgr.h"
#endif
#ifndef __PAGEIDX_H__
#include "PAGEIDX.H"
#endif
#ifndef __VMM_H__
#include "VMM.H"
#endif
#ifndef __HEAP_H__
#include "HEAP.H"
#endif
#ifndef __TASK_CTRL__
#include "taskctrl.h"
#endif
#ifndef __IOMGR_H__
#include "iomgr.h"
#endif
#ifndef __BUFFMGR_H__
#include "buffmgr.h"
#endif
#ifndef __IDEHDDRV_H__
#include "idehddrv.h"
#endif
#ifndef __SHELL__
#include "shell.h"
#endif
#ifndef __TIMER__
#include "timer.h"
#endif
#ifndef __KMEMMGR__
#include "kmemmgr.h"
#endif
#ifndef __KTMSG_H__
#include "ktmsg.h"
#endif
#ifndef __KTHREAD_H__
#include "kthread.h"
#endif
#ifndef __GLOBAL_VAR__
#include "globvar.h"
#endif
////////////////////////////////////////////////////////////////////////////////
//
// Debug mechanism supporting code.
//
////////////////////////////////////////////////////////////////////////////////
#define __ASSERT()
#define __DEBUG_ASSERT()
#endif //StdAfx.h
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -