1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-01 17:39:21 +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__) //#if defined(__WIN__)
//extern "C" HINSTANCE s_hModule; // Saved module handle //extern "C" HINSTANCE s_hModule; // Saved module handle
//#endif // __WIN__ //#endif // __WIN__
//#define nullptr 0 #define nullptr 0
TYPCONV GetTypeConv(); TYPCONV GetTypeConv();
int GetConvSize(); int GetConvSize();