Index: ppapi/thunk/ppb_instance_api.h |
=================================================================== |
--- ppapi/thunk/ppb_instance_api.h (revision 106763) |
+++ ppapi/thunk/ppb_instance_api.h (working copy) |
@@ -13,6 +13,11 @@ |
#include "ppapi/c/private/ppb_instance_private.h" |
#include "ppapi/shared_impl/api_id.h" |
+// Windows headers interfere with this file. |
+#ifdef PostMessage |
+#undef PostMessage |
+#endif |
+ |
namespace ppapi { |
namespace thunk { |