comparison Resources/Patches/glog-port-h-v2.diff @ 1380:31b884468b05

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 29 May 2015 13:23:54 +0200
parents d0bb3dd34e2d
children 0d9812893262
comparison
equal deleted inserted replaced
1379:d0bb3dd34e2d 1380:31b884468b05
21 > return strncpy(buf, str, buflen - 1); 21 > return strncpy(buf, str, buflen - 1);
22 > } 22 > }
23 > #endif 23 > #endif
24 > 24 >
25 > 25 >
26 > #if !defined(__MINGW32__) 26 > #if !defined(__MINGW32__) || HAVE_SECURE_STRING_EXTENSIONS == 0
27 135a161,162 27 135a161,162
28 > #endif 28 > #endif
29 > 29 >