fix versionhelper header

This commit is contained in:
v-kaywon 2017-06-29 12:49:00 -07:00
parent b78bcf8be3
commit bcff393895
2 changed files with 4 additions and 4 deletions

View file

@ -18,8 +18,6 @@
//---------------------------------------------------------------------------------------------------------------------------------
#include "core_sqlsrv.h"
#include "VersionHelpers.h"
// module global variables (initialized in minit and freed in mshutdown)
HMODULE g_sqlsrv_hmodule = NULL;

View file

@ -37,10 +37,12 @@
#include "ext/standard/php_standard.h"
#include "ext/standard/info.h"
#ifndef _WIN32
#ifndef _WIN32 // !_WIN32
#include "FormattedPrint.h"
#include "StringFunctions.h"
#endif // !_WIN32
#else
#include "VersionHelpers.h"
#endif
#ifdef HAVE_CONFIG_H
#include "config.h"