This commit is contained in:
Mr. eXoDia 2014-03-12 14:40:39 +01:00
parent 2e37c68d43
commit 4230d3c986
1 changed files with 2 additions and 2 deletions

View File

@ -36,8 +36,8 @@ extern bool engineFileIsBeingDebugged;
extern ULONG_PTR engineFakeDLLHandle; extern ULONG_PTR engineFakeDLLHandle;
extern LPVOID engineAttachedProcessDebugInfo; extern LPVOID engineAttachedProcessDebugInfo;
extern wchar_t szDebuggerName[512]; extern wchar_t szDebuggerName[512];
extern bool DebugStepFinal = false; extern bool DebugStepFinal;
extern LPVOID StepOutCallBack = 0; extern LPVOID StepOutCallBack;
long DebugLoopInSecondThread(LPVOID InputParameter); long DebugLoopInSecondThread(LPVOID InputParameter);
void DebuggerReset(); void DebuggerReset();