尝试重写 dofile 文件流成功

This commit is contained in:
2022-02-15 20:31:51 +08:00
parent 6237ecd17f
commit b2d797c480
3 changed files with 35 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
#pragma once
#define _CRT_SECURE_NO_WARNINGS
#define WIN32_LEAN_AND_MEAN // 从 Windows 头文件中排除极少使用的内容
// Windows 头文件
#include <windows.h>
@@ -7,4 +7,7 @@
#include <string>
#include "squirrel.h"
#include "MinHook.h"
#include "MinHook.h"
#include <malloc.h>
#include <stdio.h>