mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Remove this VC8 check as our minimum target version of VC is higher
This commit is contained in:
parent
a75e8d1fe6
commit
3d4aad5e27
1 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@ void mysqlnd_debug_trace_plugin_register(void);
|
||||||
PHPAPI MYSQLND_DEBUG * mysqlnd_debug_init(const char * skip_functions[]);
|
PHPAPI MYSQLND_DEBUG * mysqlnd_debug_init(const char * skip_functions[]);
|
||||||
|
|
||||||
|
|
||||||
#if defined(__GNUC__) || (defined(_MSC_VER) && (_MSC_VER >= 1400))
|
#if defined(__GNUC__) || defined(PHP_WIN32)
|
||||||
#ifdef PHP_WIN32
|
#ifdef PHP_WIN32
|
||||||
#include "win32/time.h"
|
#include "win32/time.h"
|
||||||
#elif defined(NETWARE)
|
#elif defined(NETWARE)
|
||||||
|
@ -157,7 +157,7 @@ PHPAPI MYSQLND_DEBUG * mysqlnd_debug_init(const char * skip_functions[]);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#else /* defined(__GNUC__) || (defined(_MSC_VER) && (_MSC_VER >= 1400)) */
|
#else /* defined(__GNUC__) || defined(PHP_WIN32) */
|
||||||
static inline void DBG_INF_EX(MYSQLND_DEBUG * dbg_obj, const char * const msg) {}
|
static inline void DBG_INF_EX(MYSQLND_DEBUG * dbg_obj, const char * const msg) {}
|
||||||
static inline void DBG_ERR_EX(MYSQLND_DEBUG * dbg_obj, const char * const msg) {}
|
static inline void DBG_ERR_EX(MYSQLND_DEBUG * dbg_obj, const char * const msg) {}
|
||||||
static inline void DBG_INF_FMT_EX(MYSQLND_DEBUG * dbg_obj, ...) {}
|
static inline void DBG_INF_FMT_EX(MYSQLND_DEBUG * dbg_obj, ...) {}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue