now winix waites for the database to be ready (when the operating system starts)

git-svn-id: svn://ttmath.org/publicrep/winix/trunk@638 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2010-08-14 16:23:18 +00:00
parent 1e7d297c0e
commit b63ac98f40
5 changed files with 51 additions and 15 deletions

View File

@@ -44,6 +44,11 @@
// PluginInfo::l1 is the dir id
#define WINIX_DIR_PREPARE_TO_REMOVE 3007
// winix is initialized,
// now you can initialize your plugin
#define WINIX_PLUGIN_INIT 3008
#endif