r413 - trunk/librtmp/amf.h
29 Mar
2010
29 Mar
'10
3:11 a.m.
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"
6005
Age (days ago)
6005
Last active (days ago)
0 comments
1 participants
participants (1)
-
hyc