HomePhorge

considering windows specific lines of code.

Referenced Files
None
Subscribers
None

Description

considering windows specific lines of code.

1- file_util.h >> #define WINDOWS_OS 1

2- CSVreaderModule.cpp:

#ifdef WINDOWS_OS

ptr = strtok_s(readrow, ",;", &next_ptr); //windows version

#elif !WINDOWS_OS

ptr = strtok_r(readrow, ",;", &next_ptr);

#endif

Details

Provenance
estajiAuthored on Dec 17 2018, 11:21 AM
estajiPushed on Dec 17 2018, 11:21 AM
Parents
R20:919ac8ca42e1: return statement added to some functions. this "Warning" is promoted to error…
Branches
Unknown
Tags
Unknown