1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-30 05:23:50 +03:00

Define nullptr in jdbconn.cpp

This commit is contained in:
Olivier Bertrand
2017-07-02 23:33:22 +02:00
parent 94e5d7de85
commit 0631cdab4b

View File

@@ -56,7 +56,7 @@
//#if defined(__WIN__)
//extern "C" HINSTANCE s_hModule; // Saved module handle
//#endif // __WIN__
//#define nullptr 0
#define nullptr 0
TYPCONV GetTypeConv();
int GetConvSize();