From fc411bed80e3150a0d368daf9fb41f6c2aedf537 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 2 Sep 2005 11:35:58 +0000 Subject: r9949: Portability fixes for mingw32 (This used to be commit 994093b08ee463066c6bae494b10374bd700b0b0) --- source4/lib/replace/win32/replace.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'source4/lib/replace/win32/replace.h') diff --git a/source4/lib/replace/win32/replace.h b/source4/lib/replace/win32/replace.h index 2c6d0e1a3f..94fa140681 100644 --- a/source4/lib/replace/win32/replace.h +++ b/source4/lib/replace/win32/replace.h @@ -140,7 +140,4 @@ #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 */ -- cgit