summaryrefslogtreecommitdiffhomepage
path: root/tools/src
diff options
context:
space:
mode:
Diffstat (limited to 'tools/src')
-rw-r--r--tools/src/make_framework.cc (renamed from tools/src/make_framework.cxx)2
-rw-r--r--tools/src/make_zxd.cc (renamed from tools/src/make_zxd.cxx)2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/src/make_framework.cxx b/tools/src/make_framework.cc
index 2886b142..718a9ad1 100644
--- a/tools/src/make_framework.cxx
+++ b/tools/src/make_framework.cc
@@ -5,7 +5,7 @@
*/
#include <filesystem>
-#include <framework.hxx>
+#include <framework.h>
/// @brief This program converts a PE32+ driver, into a custom format, the ZXD.
/// @note ZXD is a format for ZKA signed drivers.
diff --git a/tools/src/make_zxd.cxx b/tools/src/make_zxd.cc
index 94d01197..535b51db 100644
--- a/tools/src/make_zxd.cxx
+++ b/tools/src/make_zxd.cc
@@ -4,7 +4,7 @@
* Copyright (c) 2024 ZKA Web Services Co
*/
-#include <zxd.hxx>
+#include <zxd.h>
/// @brief This program converts a PE32+ driver, into a custom format, the ZXD.
/// @note ZXD is a format for ZKA signed drivers.