1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-16 17:54:16 +00:00
QB64-PE/internal/source/data9.txt
SMcNeill 3941732ed5 Push for Luke that fixes the CLOCK routine to stop massive IDE lag for LINUX users.
Also set name for new commands to _DESKTOPWIDTH, _DESKTOPHEIHT, _SCREENICON as the community seemed to prefer them.
2014-07-11 02:57:14 -04:00

14 lines
406 B
Text

int32 *_SUB_HELP_NEWLINE_LONG_COL=NULL;
if(_SUB_HELP_NEWLINE_LONG_COL==NULL){
_SUB_HELP_NEWLINE_LONG_COL=(int32*)mem_static_malloc(4);
*_SUB_HELP_NEWLINE_LONG_COL=0;
}
int32 *_SUB_HELP_NEWLINE_LONG_W=NULL;
if(_SUB_HELP_NEWLINE_LONG_W==NULL){
_SUB_HELP_NEWLINE_LONG_W=(int32*)mem_static_malloc(4);
*_SUB_HELP_NEWLINE_LONG_W=0;
}
int32 pass6925;
int32 pass6926;
int32 pass6927;
int32 pass6928;