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

@ -14,7 +14,7 @@
#include "resource.h"
#include "shellapi.h"
#include <pluginapi.h> // nsis plugin
#include <nsis/pluginapi.h> // nsis plugin
// Use for functions only called from one place to possibly reduce some code
// size. Allows the source code to remain readable by leaving the function