Subversion Repositories Kolibri OS

Rev

Rev 205 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 205 Rev 228
Line 65... Line 65...
65
    DWORD    acc_time;
65
    DWORD    acc_time;
66
    DWORD    acc_date;
66
    DWORD    acc_date;
67
    DWORD    mod_time;
67
    DWORD    mod_time;
68
    DWORD    mod_date;
68
    DWORD    mod_date;
69
    DWORD    size;
69
    DWORD    size;
-
 
70
    DWORD    size_high; 
70
} FILEINFO;
71
} FILEINFO;
Line 71... Line 72...
71
 
72
 
72
void  _stdcall InitHeap(int heap_size);
73
void  _stdcall InitHeap(int heap_size);
73
void* _stdcall UserAlloc(int size);
74
void* _stdcall UserAlloc(int size);
Line 91... Line 92...
91
 
92
 
92
int _stdcall get_fileinfo(char *name,FILEINFO* pinfo);
93
int _stdcall get_fileinfo(char *name,FILEINFO* pinfo);
Line 93... Line 94...
93
int _stdcall read_file (char *name,char*buff,int offset,int count,int *reads);
94
int _stdcall read_file (char *name,char*buff,int offset,int count,int *reads);
94
 
95
 
95
void exit();
96
void exit();
96
int get_key(void);
97
int _cdecl get_key(void);
97
int get_button_id();
98
int _cdecl get_button_id();
98
void delay(int val);
99
void delay(int val);
99
int wait_for_event(int time);
100
int wait_for_event(int time);
100
int wait_for_event_infinite();
101
int wait_for_event_infinite();