From: <dat...@us...> - 2006-07-29 20:22:44
|
Revision: 16596 Author: datallah Date: 2006-07-29 13:22:39 -0700 (Sat, 29 Jul 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16596&view=rev Log Message: ----------- define SIZEOF_TIME_T as 4 for win32 Modified Paths: -------------- trunk/config.h.mingw Modified: trunk/config.h.mingw =================================================================== --- trunk/config.h.mingw 2006-07-29 15:42:32 UTC (rev 16595) +++ trunk/config.h.mingw 2006-07-29 20:22:39 UTC (rev 16596) @@ -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. |