make the telProcessNetwork() thread function STDCALL!
[reactos.git] / reactos / apps / utils / net / telnet / src / ttelhndl.h
index 5208f86..ad4ec62 100644 (file)
@@ -4,7 +4,7 @@
 #include "tparser.h"
 #include "tnetwork.h"
 
 #include "tparser.h"
 #include "tnetwork.h"
 
-DWORD telProcessNetwork(LPVOID pvParams);
+DWORD WINAPI telProcessNetwork(LPVOID lpParameter);
 
 class TTelnetHandler {
 private:
 
 class TTelnetHandler {
 private: