mirror of
https://github.com/wahyd4/jabba.git
synced 2026-08-10 21:36:46 +10:00
10 lines
238 B
Go
10 lines
238 B
Go
package w32
|
|
|
|
func ShellExecuteAndWait(hwnd HWND, lpOperation, lpFile, lpParameters, lpDirectory string, nShowCmd int) error {
|
|
panic("Unsupported OS")
|
|
}
|
|
|
|
func ShellExecuteEx(pExecInfo *SHELLEXECUTEINFO) error {
|
|
panic("Unsupported OS")
|
|
}
|