From: <rl...@us...> - 2006-07-29 20:26:55
|
Revision: 16597 Author: rlaager Date: 2006-07-29 13:26:50 -0700 (Sat, 29 Jul 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16597&view=rev Log Message: ----------- Merge datallah's change from trunk: "define SIZEOF_TIME_T as 4 for win32" Modified Paths: -------------- branches/v2_0_0/config.h.mingw Modified: branches/v2_0_0/config.h.mingw =================================================================== --- branches/v2_0_0/config.h.mingw 2006-07-29 20:22:39 UTC (rev 16596) +++ branches/v2_0_0/config.h.mingw 2006-07-29 20:26:50 UTC (rev 16597) @@ -641,3 +641,5 @@ * Following are added for Win32 version of Gaim */ #define HAVE_VSNPRINTF 1 + +#define SIZEOF_TIME_T 4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |