|
|
@ -51,7 +51,7 @@
|
|
|
|
SYSTEMTIME st;
|
|
|
|
SYSTEMTIME st;
|
|
|
|
GetSystemTime(&st);
|
|
|
|
GetSystemTime(&st);
|
|
|
|
|
|
|
|
|
|
|
|
// this is simply fucked up..
|
|
|
|
// this is simply messed up..
|
|
|
|
// to minimize the possibility of wrapping we use also the day field.
|
|
|
|
// to minimize the possibility of wrapping we use also the day field.
|
|
|
|
// we actually give something that is near the number of seconds from the beginning
|
|
|
|
// we actually give something that is near the number of seconds from the beginning
|
|
|
|
// of the current month...
|
|
|
|
// of the current month...
|
|
|
|