mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
gofmt -s -w
This commit is contained in:
parent
147798e14d
commit
33ff25cc40
@ -32,10 +32,10 @@ var (
|
||||
kernel32 = windows.NewLazySystemDLL("kernel32.dll")
|
||||
user32 = windows.NewLazySystemDLL("user32.dll")
|
||||
|
||||
getCurrentProcessIdProc = kernel32.NewProc("GetCurrentProcessId")
|
||||
getConsoleWindowProc = kernel32.NewProc("GetConsoleWindow")
|
||||
getWindowThreadProcessIdProc = user32.NewProc("GetWindowThreadProcessId")
|
||||
showWindowAsyncProc = user32.NewProc("ShowWindowAsync")
|
||||
getCurrentProcessIdProc = kernel32.NewProc("GetCurrentProcessId")
|
||||
getConsoleWindowProc = kernel32.NewProc("GetConsoleWindow")
|
||||
getWindowThreadProcessIdProc = user32.NewProc("GetWindowThreadProcessId")
|
||||
showWindowAsyncProc = user32.NewProc("ShowWindowAsync")
|
||||
)
|
||||
|
||||
func getCurrentProcessId() (uint32, error) {
|
||||
|
Loading…
Reference in New Issue
Block a user