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

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