From 4c3ca7c376fb2d89da91b034193f2247e1be28ce Mon Sep 17 00:00:00 2001 From: Chloe M Date: Tue, 14 Jul 2026 22:11:51 -0400 Subject: [PATCH] sdk: ptapi: Add STATUS_NOT_EXEC code Signed-off-by: Chloe M --- sdk/head/ptapi/status.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk/head/ptapi/status.h b/sdk/head/ptapi/status.h index fd8ca12..51ddafe 100644 --- a/sdk/head/ptapi/status.h +++ b/sdk/head/ptapi/status.h @@ -28,6 +28,7 @@ typedef ULONG PT_STATUS; #define STATUS_NOT_FOUND 7 /* Resource not found */ #define STATUS_NAME_TOO_LONG 8 /* Name is too long */ #define STATUS_NOT_SUPPORTED 9 /* Operation is not supported */ +#define STATUS_NOT_EXEC 10 /* Program is not executable */ /* * Developers are encouraged to use this macro rather than directly