Home
last modified time | relevance | path

Searched refs:pShellExecute (Results 1 – 1 of 1) sorted by relevance

/dports/games/q2pro/q2pro/source/
H A Dsys_win.c1829 PRIVATE SHELLEXECUTE pShellExecute; variable
2062 pShellExecute = ( SHELLEXECUTE )GetProcAddress( shellModule, "ShellExecuteA" ); in Sys_ExceptionHandler()
2063 if( pShellExecute ) { in Sys_ExceptionHandler()
2064 pShellExecute( NULL, "open", path, NULL, execdir, SW_SHOW ); in Sys_ExceptionHandler()