svn commit: samba r16010 - in branches/SAMBA_4_0/source/lib/appweb/mpr: .

metze at samba.org metze at samba.org
Fri Jun 2 17:06:03 GMT 2006


Author: metze
Date: 2006-06-02 17:06:03 +0000 (Fri, 02 Jun 2006)
New Revision: 16010

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=16010

Log:
deal with the case that int64,uint64 are already typedef'ed

metze
Modified:
   branches/SAMBA_4_0/source/lib/appweb/mpr/miniMpr.h


Changeset:
Modified: branches/SAMBA_4_0/source/lib/appweb/mpr/miniMpr.h
===================================================================
--- branches/SAMBA_4_0/source/lib/appweb/mpr/miniMpr.h	2006-06-02 14:57:18 UTC (rev 16009)
+++ branches/SAMBA_4_0/source/lib/appweb/mpr/miniMpr.h	2006-06-02 17:06:03 UTC (rev 16010)
@@ -199,8 +199,8 @@
 #ifndef uint
 	#define uint unsigned
 #endif
-	typedef long long int int64;
-	typedef unsigned long long int uint64;
+	#define int64 int64_t
+	#define uint64 uint64_t
 #endif
 
 /*



More information about the samba-cvs mailing list