Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
stdafx.h
Package: wow-313-source.rar [view]
Upload User: yisoukefu
Upload Date: 2020-08-09
Package Size: 39506k
Code Size: 1k
Category:
Other Games
Development Platform:
Visual C++
- // stdafx.h : 标准系统包含文件的包含文件,
- // 或是经常使用但不常更改的
- // 特定于项目的包含文件
- //
- #pragma once
- // 如果必须将位于下面指定平台之前的平台作为目标,请修改下列定义。
- // 有关不同平台对应值的最新信息,请参考 MSDN。
- #ifndef WINVER // 允许使用特定于 Windows XP 或更高版本的功能。
- #define WINVER 0x0501 // 将此值更改为相应的值,以适用于 Windows 的其他版本。
- #endif
- #ifndef _WIN32_WINNT // 允许使用特定于 Windows XP 或更高版本的功能。
- #define _WIN32_WINNT 0x0501 // 将此值更改为相应的值,以适用于 Windows 的其他版本。
- #endif
- #ifndef _WIN32_WINDOWS // 允许使用特定于 Windows 98 或更高版本的功能。
- #define _WIN32_WINDOWS 0x0410 // 将此值更改为适当的值,以指定将 Windows Me 或更高版本作为目标。
- #endif
- #ifndef _WIN32_IE // 允许使用特定于 IE 6.0 或更高版本的功能。
- #define _WIN32_IE 0x0600 // 将此值更改为相应的值,以适用于 IE 的其他版本。
- #endif
- #define WIN32_LEAN_AND_MEAN // 从 Windows 头中排除极少使用的资料
- // Windows 头文件:
- #include <windows.h>
- // C 运行时头文件
- #include <stdlib.h>
- #include <malloc.h>
- #include <memory.h>
- #include <tchar.h>
- #pragma warning(disable:4995)
- #pragma warning(disable:4996)
- #include <strsafe.h>
- // TODO: 在此处引用程序需要的其他头文件