代码拉取完成,页面将自动刷新
同步操作将从 Gitee 极速下载/img2text 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
// stdafx.h : 标准系统包含文件的包含文件,
// 或是经常使用但不常更改的
// 项目特定的包含文件
#pragma once
#ifndef VC_EXTRALEAN
#define VC_EXTRALEAN // 从 Windows 标头中排除不常使用的资料
#endif
// 如果您必须使用下列所指定的平台之前的平台,则修改下面的定义。
// 有关不同平台的相应值的最新信息,请参考 MSDN。
#ifndef WINVER // 允许使用 Windows 95 和 Windows NT 4 或更高版本的特定功能。
#define WINVER 0x0400 //为 Windows98 和 Windows 2000 及更新版本改变为适当的值。
#endif
#ifndef _WIN32_WINNT // 允许使用 Windows NT 4 或更高版本的特定功能。
#define _WIN32_WINNT 0x0400 //为 Windows98 和 Windows 2000 及更新版本改变为适当的值。
#endif
#ifndef _WIN32_WINDOWS // 允许使用 Windows 98 或更高版本的特定功能。
#define _WIN32_WINDOWS 0x0410 //为 Windows Me 及更新版本改变为适当的值。
#endif
#ifndef _WIN32_IE // 允许使用 IE 4.0 或更高版本的特定功能。
#define _WIN32_IE 0x0400 //为 IE 5.0 及更新版本改变为适当的值。
#endif
#define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // 某些 CString 构造函数将是显式的
// 关闭 MFC 对某些常见但经常被安全忽略的警告消息的隐藏
#define _AFX_ALL_WARNINGS
#include <afxwin.h> // MFC 核心和标准组件
#include <afxext.h> // MFC 扩展
#include <afxdisp.h> // MFC 自动化类
#include <afxdtctl.h> // Internet Explorer 4 公共控件的 MFC 支持
#ifndef _AFX_NO_AFXCMN_SUPPORT
#include <afxcmn.h> // Windows 公共控件的 MFC 支持
#endif // _AFX_NO_AFXCMN_SUPPORT
#include "mdivwctl.h"
/*
#include "imginclude/ximage.h"//class/
#ifdef _DEBUG
#pragma comment( lib, "imglibd/CxImage.lib")
#pragma comment( lib, "imglibd/j2k.lib")
#pragma comment( lib, "imglibd/jbig.lib")
#pragma comment( lib, "imglibd/Jpeg.lib")
#pragma comment( lib, "imglibd/png.lib")
#pragma comment( lib, "imglibd/Tiff.lib")
#pragma comment( lib, "imglibd/zlib.lib")
#pragma comment( lib, "imglibd/jasper.lib")
#else
#pragma comment( lib, "imglib/CxImage.lib")
#pragma comment( lib, "imglib/j2k.lib")
#pragma comment( lib, "imglib/jbig.lib")
#pragma comment( lib, "imglib/Jpeg.lib")
#pragma comment( lib, "imglib/png.lib")
#pragma comment( lib, "imglib/Tiff.lib")
#pragma comment( lib, "imglib/zlib.lib")
#pragma comment( lib, "imglib/jasper.lib")
#endif*/
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。