I am having problems finding infomation in the docs about the use of "win32" and things like "@12" like shown in these two lines of code:
Does anyone know if they are explained in the docs somewhere, which I just haven't found, or can explain their use.
Function SetClassLong(hwnd:Int,nIndex:Int,dwNewWord:Int)="SetClassLongA@12" Local wglSwapInterval(interval) "win32" = Byte Ptr(POINTER_wglSwapInterval)
Does anyone know if they are explained in the docs somewhere, which I just haven't found, or can explain their use.