We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8a748f commit 1d2e4b2Copy full SHA for 1d2e4b2
1 file changed
revdb/src/revdb.cpp
@@ -280,7 +280,7 @@ DATABASEREC *LoadDatabaseDriverFromName(const char *p_type)
280
t_result = new DATABASEREC;
281
#if (defined _MACOSX && !defined _MAC_SERVER)
282
t_result -> driverref = (CFBundleRef)t_handle;
283
-#elif (defined _WINDOWS)
+#elif (defined _WINDOWS) || defined _WINDOWS_SERVER
284
t_result -> driverref = (HINSTANCE)t_handle;
285
#else
286
t_result -> driverref = t_handle;
0 commit comments