summaryrefslogtreecommitdiff
path: root/replace.h
diff options
context:
space:
mode:
Diffstat (limited to 'replace.h')
-rw-r--r--replace.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/replace.h b/replace.h
index 7f29338..741d8ec 100644
--- a/replace.h
+++ b/replace.h
@@ -714,4 +714,8 @@ char *ufc_crypt(const char *key, const char *salt);
#define SAFE_FREE(x) do { if ((x) != NULL) {free(x); x=NULL;} } while(0)
#endif
+typedef uint32_t NTSTATUS;
+#define NT_STATUS(x) (x)
+#define NT_STATUS_V(x) (x)
+
#endif /* _LIBREPLACE_REPLACE_H */