summaryrefslogtreecommitdiffhomepage
path: root/include/CompilerKit
diff options
context:
space:
mode:
authorAmlal <amlalelmahrouss@icloud.com>2026-04-02 12:22:49 +0200
committerAmlal <amlalelmahrouss@icloud.com>2026-04-02 12:22:49 +0200
commit81cfadb91ecb0570d62610317020bfde41f995e8 (patch)
tree9658515c8972f0665cee7e64e029feca230b0915 /include/CompilerKit
parentb95628ad1a1bcccfd283db23e2db915e87665068 (diff)
[FEAT] Add targets for Windows NT, patch PEF.h header with current NeSystem
version. [CHORE] CRK patches and exports ABI breaking changes. Signed-off-by: Amlal <amlalelmahrouss@icloud.com>
Diffstat (limited to 'include/CompilerKit')
-rw-r--r--include/CompilerKit/PEF.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/CompilerKit/PEF.h b/include/CompilerKit/PEF.h
index 875f925..8d062a4 100644
--- a/include/CompilerKit/PEF.h
+++ b/include/CompilerKit/PEF.h
@@ -39,7 +39,7 @@
/* @note counting the \0 at the end */
#define kPefMagicLen (5)
-#define kPefVersion (0x0510)
+#define kPefVersion (0x0500)
#define kPefNameLen (255)
#define kPefBaseOrigin (0x40000000)