diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-02 01:29:14 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-02 01:29:14 +0300 |
commit | e81f9d9a479fd7851caa32ef6d8939ce246b901c (patch) | |
tree | 4f9e7fb5fbc4252ea887652f4574961e28c77b92 /modules/example | |
parent | 952247ad9720ca579d2f6eac596896bc2cddfe6b (diff) |
basic pluglink implementation //it may be completely broken
Diffstat (limited to 'modules/example')
-rw-r--r-- | modules/example/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |