summaryrefslogtreecommitdiff
path: root/api/pluginapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'api/pluginapi.h')
-rw-r--r--api/pluginapi.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/api/pluginapi.h b/api/pluginapi.h
index cce9605..3cb5b63 100644
--- a/api/pluginapi.h
+++ b/api/pluginapi.h
@@ -3,7 +3,8 @@
#define PLUGIN_MAKE_VERSION(a,b,c,d) (((((DWORD)(a))&0xFF)<<24)|((((DWORD)(b))&0xFF)<<16)|((((DWORD)(c))&0xFF)<<8)|(((DWORD)(d))&0xFF))
-#define GLOBAL_ACCESS_FLAG 0x0010
+#define F_GLOBAL_ACCESS 0x0010
+#define F_DB_PLUGIN 0x0001
typedef INT_PTR (*SERVICE)(WPARAM,LPARAM);