--- mstools/samples/deb/debdebug.h 2018/08/09 18:20:39 1.1 +++ mstools/samples/deb/debdebug.h 2018/08/09 18:21:33 1.1.1.2 @@ -1,17 +1,24 @@ // ************************************************************************ +// +// Microsoft Developer Support +// Copyright (c) 1992 Microsoft Corporation +// +// ************************************************************************ // HEADER : DEBDebug.h // PURPOSE : Debug support functions for the Debug Event Browser // FUNCTIONS : // DbgEventThread() - debug event processing thread -// SkipBreakPoint() - skips over the break point in the debugee // GetModuleFileNameFromHeader() - get the module name +// SkipBreakPoint() - skips over the break point in the +// debugee (R4000 only) // COMMENTS : +// // ************************************************************************ +#ifndef DEBDEBUG_H + + #define DEBDEBUG_H -//-- function prototypes -DWORD DebugEventThread( LPCTSTR ); -DWORD APIENTRY GetModuleFileNameFromHeader( HANDLE, HANDLE, LPTSTR, DWORD ); + //-- public function prototypes + DWORD WINAPI DebugEventThread( LPCTSTR ); -#if( MIPS == 1 ) - BOOL SkipBreakPoint( DWORD ); -#endif +#endif // DEBDEBUG_H