stdafx.h
上传用户:hyz2004817
上传日期:2022-03-30
资源大小:226k
文件大小:0k
源码类别:

远程控制编程

开发平台:

Visual C++

  1. // stdafx.h : 标准系统包含文件的包含文件,
  2. // 或是常用但不常更改的项目特定的包含文件
  3. //
  4. //#pragma once
  5. #define WIN32_LEAN_AND_MEAN // 从 Windows 头中排除极少使用的资料
  6. #include <iostream.h>
  7. #include <stdlib.h>
  8. #include <winsock2.h>
  9. #define _WIN32_IE 0x0500
  10. #include <commctrl.h>
  11. #include <ijl.h>
  12.  
  13.  
  14. // TODO: 在此处引用程序要求的附加头
  15. #include "RCAClientLibrary.h"
  16. #include "resource.h"