modified: src/ui.c

bugfix
ketrptr 2024-12-15 14:33:28 +01:00 committed by juergen
parent 7dfcf1500b
commit 5d7e7d83b6
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <time.h>
#if defined(_MSC_VER)
#define localtime_r(T,Tm) (localtime_s(Tm,T) NULL:Tm)
#endif
const char *dbName = "db.csv";