Commit dd9a0933 authored by bradnelson's avatar bradnelson Committed by Commit bot

[nacl-sdk] Fix nacl sdk example on windows.

BUG=None
TEST=None
R=sbc@chromium.org
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_nacl_sdk;master.tryserver.chromium.mac:mac_nacl_sdk;master.tryserver.chromium.win:win_nacl_sdk
BUG=646185

Review-Url: https://codereview.chromium.org/2342353003
Cr-Commit-Position: refs/heads/master@{#419332}
parent b9adedb4
...@@ -8,6 +8,10 @@ ...@@ -8,6 +8,10 @@
#include "ppapi/cpp/var_dictionary.h" #include "ppapi/cpp/var_dictionary.h"
#ifdef WIN32
# undef PostMessage
#endif
VpnProviderHelper::VpnProviderHelper(pp::Instance* instance) VpnProviderHelper::VpnProviderHelper(pp::Instance* instance)
: instance_(instance), : instance_(instance),
thread_(pp::InstanceHandle(instance)), thread_(pp::InstanceHandle(instance)),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment