blob: 841e25ed704f5c8daceddf5e5a69f4700fe75727 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./ntreg.h.orig
+++ ./ntreg.h
@@ -25,6 +25,8 @@
#ifndef _INCLUDE_NTREG_H
#define _INCLUDE_NTREG_H 1
+#include <stdint.h>
+
#define SZ_MAX 4096 /* Max unicode strlen before we truncate */
#define KEY_ROOT 0x2c /* Type ID of ROOT key node */
|