Bug 1150357: Remove libstagefright's stdbool.h to fix MSVC 2015 CTP 6 build, r=cpearce

MSVC 2013 and later already provide a real stdbool.h. libstagefright's
stdbool.h breaks the build in MSVC 2015 CTP 6 because MSVC 2015's internal
headers #include <stdbool.h> expecting it to be the real thing.
This commit is contained in:
Brian Smith 2015-04-01 18:49:24 -10:00
parent c6f8644c6a
commit 5b9d732647

View File

@ -1 +0,0 @@
// Intentionally left blank