Pelles C forum

Pelles C => Bug reports => Topic started by: dokrasa on October 17, 2009, 04:04:02 PM

Title: Missing prototype for 'DebugActiveProcessStop'
Post by: dokrasa 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);