1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r8437: Win32 doesn't have u_int*_t

(This used to be commit 5b007037df)
This commit is contained in:
Jelmer Vernooij 2005-07-13 21:54:34 +00:00 committed by Gerald (Jerry) Carter
parent dca3c16c85
commit e151284693

View File

@ -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 */