1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-30 05:10:37 +00:00

Change to _WINDOWSHANDLE to return 64-bit offsets

This commit is contained in:
SteveMcNeill 2018-10-29 08:09:30 -04:00
parent 19f08b51f3
commit e2c250a42f
2 changed files with 2 additions and 2 deletions

View file

@ -12591,7 +12591,7 @@ int32 func__blink(){
return -H3C0_blink_enable;
}
int32 func__handle(){
int64 func__handle(){
#ifdef QB64_GUI
#ifdef QB64_WINDOWS
while (!window_handle){Sleep(100);}

View file

@ -564,7 +564,7 @@ clearid
id.n = "_WINDOWHANDLE"
id.subfunc = 1
id.callname = "func__handle"
id.ret = LONGTYPE - ISPOINTER
id.ret = INTEGER64TYPE - ISPOINTER
id.NoCloud = 1
regid