Merge branch 'master' of https://gitea.fhgr.ch/schurtisimon/StudyPlanner
# Conflicts: # src/planner.cbugfix
commit
e27e6f0b28
|
@ -15,14 +15,14 @@
|
|||
#include <string.h>
|
||||
#include <time.h>
|
||||
|
||||
#define ctime_r(T,Tm) (localtime_s(Tm,T) ? NULL:Tm)
|
||||
#define localtime_r(T,Tm) (localtime_s(Tm,T) ? NULL:Tm)
|
||||
#ifdef _WIN32
|
||||
|
||||
_WIN32 #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 */
|
||||
|
||||
typedef unsigned int uint;
|
||||
|
||||
const uint intervalLen = 45; // min
|
||||
const uint pauseLen = 10; //
|
||||
const uint intervalLen = 45; // min
|
||||
const uint pauseLen = 10; //
|
||||
|
||||
const char taskFormat[] =
|
||||
"Task { %.64s = {\n created={%lu},\n deadline={%lu},\n "
|
||||
|
|
Loading…
Reference in New Issue