1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Changes to make testsuite run in CMake build tree.

This commit is contained in:
unknown
2006-02-10 13:29:01 +01:00
parent f1f71c4879
commit 86df81d8c3
4 changed files with 47 additions and 8 deletions

View File

@@ -1497,7 +1497,7 @@ int main(int argc, char** argv)
the server
*/
#ifdef __WIN__
#if defined(__WIN__) && !defined(USING_CMAKE)
#include "my_decimal.h"
#include "decimal.c"
#include "my_decimal.cpp"