Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetLastError (0.7 sec)

  1. src/runtime/os_windows.go

    		if m32 == 0 {
    			print("runtime: LoadLibraryExW failed; errno=", getlasterror(), "\n")
    			throw("winmm.dll not found")
    		}
    		_timeBeginPeriod = windowsFindfunc(m32, []byte("timeBeginPeriod\000"))
    		_timeEndPeriod = windowsFindfunc(m32, []byte("timeEndPeriod\000"))
    		if _timeBeginPeriod == nil || _timeEndPeriod == nil {
    			print("runtime: GetProcAddress failed; errno=", getlasterror(), "\n")
    			throw("timeBegin/EndPeriod not found")
    		}
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 22:55:25 UTC 2024
    - 41.5K bytes
    - Viewed (0)
Back to top