📄 common.h
字号:
#pragma once
//==========================================================================;
//
// Common include file for wdm source modules
//
// $Date: 15 Apr 1999 11:06:02 $
// $Revision: 1.1 $
// $Author: Tashjian $
//
// $Copyright: (c) 1997 - 1999 ATI Technologies Inc. All Rights Reserved. $
//
//==========================================================================;
extern "C"
{
#include "strmini.h"
#include "mmsystem.h"
#include "ksmedia.h"
}
#include "wdmdebug.h"
#include "wdmdrv.h"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -