renamed plugin.* to pluginapi.*

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5856 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2008-12-20 08:49:26 +00:00
parent 5ac5b3f95b
commit 79da5e1cb5
26 changed files with 28 additions and 28 deletions

View file

@ -14,7 +14,7 @@
#include "resource.h"
#include "shellapi.h"
#include <plugin.h> // nsis plugin.h
#include <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