Ignore:
Timestamp:
Oct 2, 2014, 1:13:59 AM (11 years ago)
Author:
dmik
Message:

icedtea-web: Adapt 1.5.1 changes to OS/2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/icedtea-web/plugin/icedteanp/IcedTeaNPPlugin.h

    r429 r431  
    107107NPError start_jvm_if_needed();
    108108
     109#ifdef __OS2__
     110struct QueueProcessorData
     111{
     112    PluginRequestProcessor *processor;
     113    bool stopRequested;
     114};
     115#endif
     116
    109117// ID of plug-in thread
    110118extern pthread_t itnp_plugin_thread_id;
Note: See TracChangeset for help on using the changeset viewer.