diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-01 22:49:58 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-01 22:49:58 +0300 |
commit | 3ac3ed236074b4de13c6aaebf243ba18c59068e6 (patch) | |
tree | 312a5f786e5f9b7b363558ba59ebe142b3089729 /modules/example/main.cpp | |
parent | 46a2415de1bd97c73527922a748af5455a1c6a0e (diff) |
deleted: ../../api/api.h
modified: ../../api/pluginapi.h
modified: ../../core/main.cpp
modified: ../../core/plugin.h
modified: main.cpp
Diffstat (limited to 'modules/example/main.cpp')
-rw-r--r-- | modules/example/main.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
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 <windows.h> -#include <api.h> + #include <pluginapi.h> -#include <iostream> 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() |