From: Hamatoma Date: Thu, 12 Mar 2015 22:45:18 +0000 (+0100) Subject: thread correction X-Git-Url: https://gitweb.hamatoma.de/?a=commitdiff_plain;h=89bcf57230daa8fe360558ec7e0ac95a62f607a8;p=crepublib thread correction --- 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,