Update pdo_dbh.cpp

This commit is contained in:
David Puglielli 2017-01-25 17:11:31 -08:00 committed by GitHub
parent 37fe9a0307
commit 4d8288a76c

View file

@ -351,7 +351,7 @@ struct pdo_dbh_methods pdo_sqlsrv_dbh_methods = {
// log a function entry point
#ifdef __linux__
#ifndef _WIN32
#define PDO_LOG_DBH_ENTRY \
{ \
pdo_sqlsrv_dbh* driver_dbh = reinterpret_cast<pdo_sqlsrv_dbh*>( dbh->driver_data ); \