2025-04-27 07:49:33 -04:00

6 lines
152 B
C

#ifndef _UTILS_H_
#define _UTILS_H_
DWORD WaitOnProcess( TCHAR *szExe, TCHAR *szParams, bool bHidden=true, bool bWait=true);
#endif /*_UTILS_H*/