stdafx.h
来自「winNT技术操作系统,国外开放的原代码和LIUX一样」· C头文件 代码 · 共 34 行
H
34 行
#pragma once
#include <stdarg.h>
#include <tchar.h>
#include <stdio.h>
#include <string>
#include <sstream>
#include <algorithm>
#include <iterator>
#define WIN32_LEAN_AND_MEAN
#define STRICT
#define NOMINMAX
#include <windows.h>
#include <objbase.h>
#include <objsafe.h>
#include <ocidl.h>
#include <strsafe.h>
#import "./rdesktop-core-tester.tlb" \
exclude("LONG_PTR", "UINT_PTR", "wireHWND", "_RemotableHandle", "__MIDL_IWinTypes_0009") \
named_guids \
no_implementation \
no_smart_pointers \
raw_dispinterfaces \
raw_interfaces_only \
raw_native_types
// EOF
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?