From e81f9d9a479fd7851caa32ef6d8939ce246b901c Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Mon, 2 Aug 2010 01:29:14 +0300 Subject: basic pluglink implementation //it may be completely broken --- modules/example/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/example/main.cpp') diff --git a/modules/example/main.cpp b/modules/example/main.cpp index ab6ff64..f765cab 100644 --- a/modules/example/main.cpp +++ b/modules/example/main.cpp @@ -30,7 +30,7 @@ extern "C" __declspec(dllexport) PLUGININFO* SetPluginInfo() extern "C" int __declspec(dllexport) Load(PLUGINLINK *link) { - pluginLink = link; + pluginLink = link; //necessary MessageBoxA(0, "Plugin Example Succesful loaded", "INFO", MB_OK); return 0; //all ok, retrun 0 } -- cgit v1.2.3