mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
development
This commit is contained in:
parent
d5b4f7810e
commit
765ab111bf
@ -65,9 +65,11 @@ extern ofstream logfile;
|
|||||||
// Uncomment the following to enable use of the PluginThreadAsyncCall
|
// Uncomment the following to enable use of the PluginThreadAsyncCall
|
||||||
// function. (It's commented out for now to assist development of the
|
// function. (It's commented out for now to assist development of the
|
||||||
// case in which this is not available.)
|
// case in which this is not available.)
|
||||||
|
/*
|
||||||
#if defined(NPVERS_HAS_PLUGIN_THREAD_ASYNC_CALL) && NP_VERSION_MINOR >= NPVERS_HAS_PLUGIN_THREAD_ASYNC_CALL
|
#if defined(NPVERS_HAS_PLUGIN_THREAD_ASYNC_CALL) && NP_VERSION_MINOR >= NPVERS_HAS_PLUGIN_THREAD_ASYNC_CALL
|
||||||
#define HAS_PLUGIN_THREAD_ASYNC_CALL 1
|
#define HAS_PLUGIN_THREAD_ASYNC_CALL 1
|
||||||
#endif
|
#endif
|
||||||
|
*/
|
||||||
|
|
||||||
// Appears in startup.cxx.
|
// Appears in startup.cxx.
|
||||||
extern NPNetscapeFuncs *browser;
|
extern NPNetscapeFuncs *browser;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user