From 89bcf57230daa8fe360558ec7e0ac95a62f607a8 Mon Sep 17 00:00:00 2001 From: Hamatoma Date: Thu, 12 Mar 2015 23:45:18 +0100 Subject: [PATCH] thread correction --- Doxy.sh | 0 base/ReThread.cpp | 7 ------- 2 files changed, 7 deletions(-) mode change 100755 => 100644 Doxy.sh diff --git a/Doxy.sh b/Doxy.sh old mode 100755 new mode 100644 diff --git a/base/ReThread.cpp b/base/ReThread.cpp index 4c8959e..aba5f12 100644 --- a/base/ReThread.cpp +++ b/base/ReThread.cpp @@ -87,13 +87,6 @@ void ReThreadStarter::startThread(ReThread& thread){ HANDLE threadHandle; error = (threadHandle = CreateThread(NULL, 0, starterFunction, &thread, 0)) == NULL; - _In_opt_ LPSECURITY_ATTRIBUTES lpThreadAttributes, - _In_ SIZE_T dwStackSize, - _In_ LPTHREAD_START_ROUTINE lpStartAddress, - _In_opt_ LPVOID lpParameter, - _In_ DWORD dwCreationFlags, - _Out_opt_ LPDWORD lpThreadId - ); #endif if (error) m_logger->sayF(LOG_ERROR | CAT_PROCESS, -- 2.39.5