Update SMDLoader.cpp
GCC compilation on windows was failing. Better to check for Visual c++ than Win32.
This commit is contained in:
@@ -60,7 +60,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
// internal headers
|
||||
#include "SMDLoader.h"
|
||||
|
||||
#ifndef _WIN32
|
||||
#ifndef _MSC_VER
|
||||
#define strtok_s strtok_r
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user