Install the pluginapi stuff in a subdirectory.

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5922 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
pabs3 2009-02-04 14:08:31 +00:00
parent f41ba95bab
commit eff14a4702
24 changed files with 30 additions and 29 deletions

View file

@ -1,7 +1,7 @@
#ifndef ___PLUGIN__H___
#define ___PLUGIN__H___
#include <pluginapi.h> // nsis plugin
#include <nsis/pluginapi.h> // nsis plugin
#define PLUGINFUNCTION(name) \
void __declspec(dllexport) name( \