From: libvidcap c. <lib...@li...> - 2007-12-12 20:59:36
|
Revision: 85 http://libvidcap.svn.sourceforge.net/libvidcap/?rev=85&view=rev Author: bcholew Date: 2007-12-12 12:58:59 -0800 (Wed, 12 Dec 2007) Log Message: ----------- Taybin Rutkin's mod for compiling under mingw. Modified Paths: -------------- trunk/src/os_funcs.h Modified: trunk/src/os_funcs.h =================================================================== --- trunk/src/os_funcs.h 2007-12-12 20:55:11 UTC (rev 84) +++ trunk/src/os_funcs.h 2007-12-12 20:58:59 UTC (rev 85) @@ -50,7 +50,7 @@ #include <process.h> #endif -#if defined(__MINGW32__) +#ifdef HAVE_STDINT_H #include <stdint.h> #endif This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |