summaryrefslogtreecommitdiff
path: root/Source/Library/Interface/Process.iface.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Library/Interface/Process.iface.h')
-rw-r--r--Source/Library/Interface/Process.iface.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/Library/Interface/Process.iface.h b/Source/Library/Interface/Process.iface.h
index 0956679..fe70833 100644
--- a/Source/Library/Interface/Process.iface.h
+++ b/Source/Library/Interface/Process.iface.h
@@ -1,9 +1,9 @@
#ifndef DEF_PROCESS_IFACE_H
#define DEF_PROCESS_IFACE_H
-#define PR_IFACE_OBJTYPE 0x20
-#define PR_IFACE_EXIT 0x01
-#define PR_IFACE_ALLOCPAGE 0x02
-#define PR_IFACE_FREEPAGE 0x03
+#define PRIF_OBJTYPE 0x20
+#define PRIF_EXIT 0x01
+#define PRIF_ALLOCPAGE 0x02
+#define PRIF_FREEPAGE 0x03
#endif