[rtmpdump] r413 - trunk/librtmp/amf.h

hyc subversion at mplayerhq.hu
Mon Mar 29 05:11:43 CEST 2010


Author: hyc
Date: Mon Mar 29 05:11:42 2010
New Revision: 413

Log:
<stdbool.h> isn't as standard as some people claim...

Modified:
   trunk/librtmp/amf.h

Modified: trunk/librtmp/amf.h
==============================================================================
--- trunk/librtmp/amf.h	Mon Mar 29 04:39:30 2010	(r412)
+++ trunk/librtmp/amf.h	Mon Mar 29 05:11:42 2010	(r413)
@@ -25,7 +25,9 @@
  */
 
 #include <stdint.h>
+#ifndef _MSC_VER
 #include <stdbool.h>
+#endif
 
 #ifdef __cplusplus
 extern "C"


More information about the rtmpdump mailing list