summary | 
shortlog | 
log | 
commit | commitdiff | 
tree
raw | 
patch | 
inline | side by side (from parent 1: 
d3f8d76)
 
- Check for availability of getenv_s() in argtable3.c
         * string begins with a '+'.
         */
        if (posixly_correct == -1 || optreset) {
         * string begins with a '+'.
         */
        if (posixly_correct == -1 || optreset) {
+#if (defined(__STDC_LIB_EXT1__) && defined(__STDC_WANT_LIB_EXT1__)) || (defined(__STDC_SECURE_LIB__) && defined(__STDC_WANT_SECURE_LIB__))
                size_t requiredSize;
                getenv_s(&requiredSize, NULL, 0, "POSIXLY_CORRECT");
                posixly_correct = requiredSize != 0;
                size_t requiredSize;
                getenv_s(&requiredSize, NULL, 0, "POSIXLY_CORRECT");
                posixly_correct = requiredSize != 0;