Commit ad6cda07 by Konstantin Kaefer

actually define type

parent 3fb599b8
......@@ -6,7 +6,7 @@
#include <windows.h>
#define NODE_SQLITE3_MUTEX_t HANDLE;
#define NODE_SQLITE3_MUTEX_t HANDLE mutex;
#define NODE_SQLITE3_MUTEX_INIT CreateMutex(NULL, FALSE, NULL);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment