⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 stdafx.h

📁 memory map file class for C++ builder
💻 H
字号:
#if !defined(AFX_CATTACH64_H__D84E2FCA_E816_4101_9808_6A1AF9BFE28C__INCLUDED_)
#define AFX_CATTACH64_H__D84E2FCA_E816_4101_9808_6A1AF9BFE28C__INCLUDED_

// enable the tchar routines to function
// correctly under a unicode build
#ifdef _UNICODE
#ifndef UNICODE
#define UNICODE
#endif
#endif

#include <windows.h>
#include <tchar.h>
#include <iostream>		// Not used by CMemMap

#ifdef _DEBUG
#define TRACE(x) OutputDebugString(x);
#include <crtdbg.h>
#define ASSERT _ASSERT
#else
#define TRACE(x)
#endif

#endif //D84E2FCA_E816_4101_9808_6A1AF9BFE28C

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -