]> granicus.if.org Git - rtmpdump/commitdiff
<stdbool.h> isn't as standard as some people claim...
authorhyc <hyc@400ebc74-4327-4243-bc38-086b20814532>
Mon, 29 Mar 2010 03:11:42 +0000 (03:11 +0000)
committerhyc <hyc@400ebc74-4327-4243-bc38-086b20814532>
Mon, 29 Mar 2010 03:11:42 +0000 (03:11 +0000)
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@413 400ebc74-4327-4243-bc38-086b20814532

librtmp/amf.h

index a03774f450ad34648025df49b29f011ba83b1172..f8c4f4e9017c3b3c307fca93cab2e49f3b275b32 100644 (file)
@@ -25,7 +25,9 @@
  */
 
 #include <stdint.h>
+#ifndef _MSC_VER
 #include <stdbool.h>
+#endif
 
 #ifdef __cplusplus
 extern "C"