Subversion Repositories Kolibri OS

Rev

Rev 145 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 145 Rev 159
Line 80... Line 80...
80
extern void stdcall _msys_sound_set_frequency(int frequency);
80
extern void stdcall _msys_sound_set_frequency(int frequency);
81
extern void stdcall _msys_sound_speaker_play(void* data);
81
extern void stdcall _msys_sound_speaker_play(void* data);
82
extern void stdcall _msys_write_text(int x,int y,int color,char* text,int len);
82
extern void stdcall _msys_write_text(int x,int y,int color,char* text,int len);
83
extern void* stdcall  _msys_start_thread(void (* func_ptr)(void),int stack_size,int* pid);
83
extern void* stdcall  _msys_start_thread(void (* func_ptr)(void),int stack_size,int* pid);
84
extern void stdcall _msys_window_redraw(int status);
84
extern void stdcall _msys_window_redraw(int status);
85
extern void* stdcall malloc(int);
85
extern void* malloc(int);
86
extern void  stdcall free(void*);
86
extern void  free(void*);
87
extern void* stdcall realloc(void*,int);
87
extern void* realloc(void*,int);
88
#endif
88
#endif