summaryrefslogtreecommitdiffhomepage
path: root/tools/src
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-10-21 20:23:36 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-10-21 20:23:36 +0200
commitd48cbe75ef29a9c67c9d176bf58e56ea6448fb9e (patch)
tree89cbd6b7e23802f92bf3158868f4dc33c088e516 /tools/src
parent21b3da78f806d6765f9dffa6a84c21346f171cee (diff)
IMP: Major refactor of header and source files extensions.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
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.