1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
JUCE/extras/browser plugins/wrapper/npapi
2009-08-12 15:54:25 +00:00
..
obsolete tidied up whitespace in files 2009-08-12 15:54:25 +00:00
jni.h tidied up whitespace in files 2009-08-12 15:54:25 +00:00
jni_md.h tidied up whitespace in files 2009-08-12 15:54:25 +00:00
jri.h tidied up whitespace in files 2009-08-12 15:54:25 +00:00
jri_md.h tidied up whitespace in files 2009-08-12 15:54:25 +00:00
jritypes.h tidied up whitespace in files 2009-08-12 15:54:25 +00:00
npapi.h tidied up whitespace in files 2009-08-12 15:54:25 +00:00
npruntime.h tidied up whitespace in files 2009-08-12 15:54:25 +00:00
nptypes.h tidied up whitespace in files 2009-08-12 15:54:25 +00:00
npupp.h tidied up whitespace in files 2009-08-12 15:54:25 +00:00
prcpucfg.h tidied up whitespace in files 2009-08-12 15:54:25 +00:00
prtypes.h tidied up whitespace in files 2009-08-12 15:54:25 +00:00
ReadMe.txt 2009-04-28 11:26:58 +00:00

This folder contains the minimum set of header files that is needed to build the Juce NPAPI 
wrapper on Windows. (OSX already provides these headers so they're not used in a Mac build)

I've included them in the Juce tree because there seem to be so many subtle variations of them
floating around that finding a version that's compatible with the juce wrapper is actually a lot harder
than it sounds! These particular files are taken from the XulRunner tree, where they live in
xulrunner-sdk/sdk/include. To get the rest of the XulRunner code, please visit:
https://developer.mozilla.org/En/XULRunner

Obviously these files are in no way related to Juce, and aren't covered by the Juce license. If you're 
going to use them in your own projects, then please check their own licensing details to satisfy 
yourself that you're allowed to do what you want to do with them.