From f8c4fe1614cc79df9f97c8a7754cf2a5aaf5063d Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Tue, 9 Jul 2024 18:58:56 +0200 Subject: Use libreichwein, and googletest from Debian --- coff.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'coff.cpp') diff --git a/coff.cpp b/coff.cpp index 1a4cf57..013ca9e 100644 --- a/coff.cpp +++ b/coff.cpp @@ -1,6 +1,8 @@ +// Windows COFF file format for objects and executables + #include "coff.h" -#include "file.h" +#include #include #include @@ -648,5 +650,5 @@ void COFF::Create(std::filesystem::path path) PutCOFFSectionCode(data); PutCOFFSectionData(data); - File::setFile(path, data); + Reichwein::File::setFile(path, data); } -- cgit v1.2.3