diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/features.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/features.h.in b/lib/features.h.in index 099f4211..6eb3c67d 100644 --- a/lib/features.h.in +++ b/lib/features.h.in @@ -35,7 +35,7 @@ typedef uint32_t uid_t; typedef uint32_t gid_t; typedef uint32_t mode_t; #ifdef _WIN64 -typedef int64_t pid_t +typedef int64_t pid_t; #else typedef int32_t pid_t; #endif |
