mirror of
https://github.com/LegacyUpdate/LegacyUpdate.git
synced 2025-01-22 14:12:07 -05:00
5 lines
82 B
C
5 lines
82 B
C
#pragma once
|
|
|
|
#include <windows.h>
|
|
|
|
EXTERN_C DWORD GetPidForName(LPTSTR process);
|