modified: Makefile
modified: src/planner.c
This commit is contained in:
parent
0c27b315a9
commit
e4b1580d1e
2
Makefile
2
Makefile
@ -36,7 +36,7 @@ edit:
|
||||
nvim $(PLF) Makefile $(LLST) src/test.c
|
||||
|
||||
clean:
|
||||
rm -rf *.o debugOut src/*.gch
|
||||
rm -rf *.o debugOut src/*.gch *.csv *.ics
|
||||
|
||||
|
||||
|
||||
|
@ -16,8 +16,7 @@
|
||||
#include <time.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
|
||||
_WIN32 #define ctime_r(T, Tm)(localtime_s(Tm, T) ? NULL : Tm)
|
||||
#define ctime_r(T, Tm) (localtime_s(Tm, T) ? NULL : Tm)
|
||||
#define localtime_r(T, Tm) (localtime_s(Tm, T) ? NULL : Tm)
|
||||
#endif /* ifdef _WIN32 */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user