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

📄 stdafx.h

📁 一个解压程序,只要设定了解压路径和解压文件的种类,就可以随意解压
💻 H
字号:
#ifndef AFX_STDAFX_H__A9DB83DB_A9FD_11D0_BFD1_444553540000__INCLUDED_
#define AFX_STDAFX_H__A9DB83DB_A9FD_11D0_BFD1_444553540000__INCLUDED_

#include <windows.h>
#include <shlobj.h>

#include <stdio.h>
//#include <time.h>
//#include <io.h>
//#include <fcntl.h>
//#include <sys/stat.h>
#include <string.h>
#include <memory.h>
#include <tchar.h>
#include <winbase.h>

#include <commdlg.h>
#include <commctrl.h>


char *tchar2char(TCHAR *str);
TCHAR *char2tchar(char *str);
void debugout(char *szText);
void fdinit(void);
void fdclose(void);

#endif

⌨️ 快捷键说明

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