chromium 11.0.969.72
[chromium.git] / patches / patch-native__client_src_trusted_plugin_nacl__entry__points.cc
1 $NetBSD$
2
3 --- native_client/src/trusted/plugin/nacl_entry_points.cc.orig  2011-04-13 08:13:07.000000000 +0000
4 +++ native_client/src/trusted/plugin/nacl_entry_points.cc
5 @@ -76,7 +76,7 @@ NPError API_CALL NaCl_NP_Shutdown() {
6  
7  static void RegisterCommon() {
8    NPAPI::PluginEntryPoints entry_points = {
9 -#if !defined(OS_LINUX)
10 +#if NACL_WINDOWS || NACL_OSX
11      NaCl_NP_GetEntryPoints,
12  #endif
13      NaCl_NP_Initialize,