mirror of
https://github.com/MariaDB/server.git
synced 2025-11-28 17:36:30 +03:00
Commit changes pulled from ob-10.0
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
/* TABWMI: Author Olivier Bertrand -- PlugDB -- 2012 - 2013 */
|
||||
/* TABWMI: Virtual table to get WMI information. */
|
||||
/***********************************************************************/
|
||||
#if !defined(WIN32)
|
||||
#error This is a WIN32 only table type
|
||||
#endif // !WIN32
|
||||
#if !defined(__WIN__)
|
||||
#error This is a WINDOWS only table type
|
||||
#endif // !__WIN__
|
||||
#include "my_global.h"
|
||||
#include <stdio.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user