NO

Author Topic: Missing prototype for 'DebugActiveProcessStop'  (Read 2206 times)

dokrasa

  • Guest
Missing prototype for 'DebugActiveProcessStop'
« on: October 17, 2009, 04:04:02 PM »
In include\win\winbase.h there is
Code: [Select]
WINBASEAPI BOOL WINAPI DebugActiveProcess(DWORD);
but there isn't
Code: [Select]
WINBASEAPI BOOL WINAPI DebugActiveProcessStop(DWORD);