From 765ab111bf562981db5591684bae7389f476d535 Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 14 Jul 2009 04:54:07 +0000 Subject: [PATCH] development --- direct/src/plugin_npapi/nppanda3d_common.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/direct/src/plugin_npapi/nppanda3d_common.h b/direct/src/plugin_npapi/nppanda3d_common.h index 3a60da9731..674a3cb89b 100644 --- a/direct/src/plugin_npapi/nppanda3d_common.h +++ b/direct/src/plugin_npapi/nppanda3d_common.h @@ -65,9 +65,11 @@ extern ofstream logfile; // Uncomment the following to enable use of the PluginThreadAsyncCall // function. (It's commented out for now to assist development of the // case in which this is not available.) +/* #if defined(NPVERS_HAS_PLUGIN_THREAD_ASYNC_CALL) && NP_VERSION_MINOR >= NPVERS_HAS_PLUGIN_THREAD_ASYNC_CALL #define HAS_PLUGIN_THREAD_ASYNC_CALL 1 #endif +*/ // Appears in startup.cxx. extern NPNetscapeFuncs *browser;