forked from TeamTofuShop/segatools
remove 5gb wasted space by removing precompiled headers
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
/* NTSTATUS chicanery. See precompiled.h */
|
||||
/* NTSTATUS chicanery. */
|
||||
#define WIN32_NO_STATUS
|
||||
#include <windows.h>
|
||||
#undef WIN32_NO_STATUS
|
||||
|
@ -1,5 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <windows.h>
|
||||
#include <dbghelp.h>
|
||||
#include "dprintf.h"
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
#include <windows.h>
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
wchar_t *module_file_name(HMODULE module)
|
||||
{
|
||||
|
@ -2,7 +2,6 @@ util_lib = static_library(
|
||||
'util',
|
||||
include_directories : inc,
|
||||
implicit_include_directories : false,
|
||||
c_pch : '../precompiled.h',
|
||||
dependencies : [
|
||||
capnhook.get_variable('hook_dep'),
|
||||
imagehlp_lib,
|
||||
|
Reference in New Issue
Block a user