[INTERPRETER]
* BUG: Synchronize the 'gambas.h' header with the internal date management changes of rev. #5871. git-svn-id: svn://localhost/gambas/trunk@5873 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
d309fe5598
commit
b60772bfad
1 changed files with 8 additions and 8 deletions
|
@ -643,14 +643,14 @@ typedef
|
||||||
|
|
||||||
typedef
|
typedef
|
||||||
struct {
|
struct {
|
||||||
short year;
|
int year;
|
||||||
short month;
|
int month;
|
||||||
short day;
|
int day;
|
||||||
short hour;
|
int hour;
|
||||||
short min;
|
int min;
|
||||||
short sec;
|
int sec;
|
||||||
short weekday;
|
int weekday;
|
||||||
short msec;
|
int msec;
|
||||||
}
|
}
|
||||||
GB_DATE_SERIAL;
|
GB_DATE_SERIAL;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue