diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-07-13 21:54:34 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:23:02 -0500 |
commit | e1512846939abceae37f62b755aaf7006b64b0c7 (patch) | |
tree | 4cf462d1edbff6650f68a06279388077e9248d24 /source4/lib/replace/win32 | |
parent | dca3c16c85ac5456a3c82e523c8602171f6c9777 (diff) | |
download | samba-e1512846939abceae37f62b755aaf7006b64b0c7.tar.gz samba-e1512846939abceae37f62b755aaf7006b64b0c7.tar.bz2 samba-e1512846939abceae37f62b755aaf7006b64b0c7.zip |
r8437: Win32 doesn't have u_int*_t
(This used to be commit 5b007037dfacc5e13141ca41241543ac11a567b6)
Diffstat (limited to 'source4/lib/replace/win32')
-rw-r--r-- | source4/lib/replace/win32/replace.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/lib/replace/win32/replace.h b/source4/lib/replace/win32/replace.h index 94fa140681..2c6d0e1a3f 100644 --- a/source4/lib/replace/win32/replace.h +++ b/source4/lib/replace/win32/replace.h @@ -140,4 +140,7 @@ #undef SE_GROUP_ENABLED_BY_DEFAULT #undef SE_GROUP_ENABLED +typedef uint32_t u_int32_t; +typedef uint16_t u_int16_t; + #endif /* _WIN32_REPLACE_H */ |