Fix lib/roken test macro redefinition
This commit is contained in:

committed by
Jeffrey Altman

parent
299fbf5dac
commit
7c449afbf8
@@ -42,7 +42,13 @@
|
||||
* these evil hacks
|
||||
*/
|
||||
|
||||
#ifdef strftime
|
||||
#undef strftime
|
||||
#endif
|
||||
#define strftime test_strftime
|
||||
#ifdef strptime
|
||||
#undef strptime
|
||||
#endif
|
||||
#define strptime test_strptime
|
||||
|
||||
ROKEN_LIB_FUNCTION size_t ROKEN_LIB_CALL
|
||||
|
Reference in New Issue
Block a user