mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-13 16:47:58 +08:00
Removes the Win32 macro for strdup (#1960)
Windows has strdup() so there's no need for this. We already ignore all the other "underscore" string functions.
This commit is contained in:
parent
ecab3d9c2a
commit
ea13de1bb0
@ -82,7 +82,6 @@ struct timezone {
|
||||
#define HDsleep(S) Sleep(S * 1000)
|
||||
#define HDstat(S, B) _stati64(S, B)
|
||||
#define HDstrcasecmp(A, B) _stricmp(A, B)
|
||||
#define HDstrdup(S) _strdup(S)
|
||||
#define HDstrtok_r(X, Y, Z) strtok_s(X, Y, Z)
|
||||
#define HDtzset() _tzset()
|
||||
#define HDunlink(S) _unlink(S)
|
||||
|
Loading…
Reference in New Issue
Block a user