summaryrefslogtreecommitdiff
path: root/include/delphi/testdll.dpr
diff options
context:
space:
mode:
Diffstat (limited to 'include/delphi/testdll.dpr')
-rw-r--r--include/delphi/testdll.dpr2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/delphi/testdll.dpr b/include/delphi/testdll.dpr
index 972442dced..f19fd9ea40 100644
--- a/include/delphi/testdll.dpr
+++ b/include/delphi/testdll.dpr
@@ -6,7 +6,7 @@ uses
var
PluginInterfaces:array [0..1] of MUUID;
-function MirandaPluginInfoEx(mirandaVersion:DWORD):PPLUGININFOEX; cdecl;
+function MirandaPluginInfoEx(mirandaVersion:dword):PPLUGININFOEX; cdecl;
begin
result:=@PluginInfo;
PluginInfo.cbSize :=SizeOf(TPLUGININFOEX);