From 3ac3ed236074b4de13c6aaebf243ba18c59068e6 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Sun, 1 Aug 2010 22:49:58 +0300 Subject: deleted: ../../api/api.h modified: ../../api/pluginapi.h modified: ../../core/main.cpp modified: ../../core/plugin.h modified: main.cpp --- modules/example/main.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'modules/example/main.cpp') diff --git a/modules/example/main.cpp b/modules/example/main.cpp index 76a004d..a38f44f 100644 --- a/modules/example/main.cpp +++ b/modules/example/main.cpp @@ -1,7 +1,6 @@ #include -#include + #include -#include HINSTANCE hInst; BOOL WINAPI DllMain( HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved ) //default dll entry point @@ -18,7 +17,7 @@ PLUGININFO pluginInfo = 0, //author 0, //author email PLUGIN_MAKE_VERSION(0,0,0,1), //version - 0 //flags (unused) + GLOBAL_ACCESS_FLAG //flags }; extern "C" __declspec(dllexport) PLUGININFO* SetPluginInfo() -- cgit v1.2.3