Skip to content

Commit

Permalink
[nacl-sdk] Fix nacl sdk example on windows.
Browse files Browse the repository at this point in the history
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}
  • Loading branch information
flagxor authored and Commit bot committed Sep 16, 2016
1 parent b9adedb commit dd9a093
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@

#include "ppapi/cpp/var_dictionary.h"

#ifdef WIN32
# undef PostMessage
#endif

VpnProviderHelper::VpnProviderHelper(pp::Instance* instance)
: instance_(instance),
thread_(pp::InstanceHandle(instance)),
Expand Down

0 comments on commit dd9a093

Please sign in to comment.