]> gitweb.hamatoma.de Git - crepublib/commitdiff
thread correction
authorHamatoma <git.tortouse@hm.f-r-e-i.de>
Thu, 12 Mar 2015 22:45:18 +0000 (23:45 +0100)
committerHamatoma <git.tortouse@hm.f-r-e-i.de>
Thu, 12 Mar 2015 22:45:18 +0000 (23:45 +0100)
Doxy.sh [changed mode: 0755->0644]
base/ReThread.cpp

diff --git a/Doxy.sh b/Doxy.sh
old mode 100755 (executable)
new mode 100644 (file)
index 4c8959e335af35549cdf66a6c48e008c9b051dac..aba5f12d2c3fa645e6cdce924cc72db395e3a4d4 100644 (file)
@@ -87,13 +87,6 @@ void ReThreadStarter::startThread(ReThread& thread){
        HANDLE threadHandle;\r
        error = (threadHandle = CreateThread(NULL, 0, starterFunction,\r
                &thread, 0)) == NULL;\r
-                 _In_opt_   LPSECURITY_ATTRIBUTES lpThreadAttributes,\r
-                 _In_       SIZE_T dwStackSize,\r
-                 _In_       LPTHREAD_START_ROUTINE lpStartAddress,\r
-                 _In_opt_   LPVOID lpParameter,\r
-                 _In_       DWORD dwCreationFlags,\r
-                 _Out_opt_  LPDWORD lpThreadId\r
-               );\r
 #endif\r
        if (error)\r
                m_logger->sayF(LOG_ERROR | CAT_PROCESS,\r