1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00
This commit is contained in:
jules 2009-04-28 11:26:58 +00:00
parent 0e3e701a32
commit 9c187cafd0
15 changed files with 6893 additions and 57 deletions

View file

@ -48,9 +48,7 @@
#define _X86_
#include <windows.h>
#include <windowsx.h>
#include "npapi.h"
#include "npupp.h"
#include "npruntime.h"
#include "npapi/npupp.h"
// Cunning trick used to add functions to export list and avoid messing about with .def files.
// (can't add a declspec because the functions have already been pre-declared in the npapi headers).