diff options
-rw-r--r-- | connectivity/source/drivers/mysqlc/mysqlc_preparedstatement.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/connectivity/source/drivers/mysqlc/mysqlc_preparedstatement.cxx b/connectivity/source/drivers/mysqlc/mysqlc_preparedstatement.cxx index 358a2ca100d8..1aa1a337b3b7 100644 --- a/connectivity/source/drivers/mysqlc/mysqlc_preparedstatement.cxx +++ b/connectivity/source/drivers/mysqlc/mysqlc_preparedstatement.cxx @@ -32,10 +32,6 @@ #include <stdio.h> -#ifdef _MSC_VER -#define snprintf _snprintf -#endif - using namespace connectivity::mysqlc; using namespace com::sun::star::uno; using namespace com::sun::star::lang; |