equal
deleted
inserted
replaced
1 #include "sysutils.h" |
1 #include "SysUtils.h" |
2 #include "system.h" |
2 |
3 #include "misc.h" |
|
4 #include <time.h> |
3 #include <time.h> |
5 #include <stdio.h> |
4 #include <stdio.h> |
6 #include <stdlib.h> |
5 #include <stdlib.h> |
7 #include <string.h> |
6 #include <string.h> |
|
7 |
|
8 #include "system.h" |
|
9 #include "misc.h" |
8 |
10 |
9 TDateTime fpcrtl_date() |
11 TDateTime fpcrtl_date() |
10 { |
12 { |
11 const int num_days_between_1900_1980 = 29220; |
13 const int num_days_between_1900_1980 = 29220; |
12 |
14 |