Remove windows call types collisions

This commit is contained in:
Anders Jenbo 2019-12-26 04:44:16 +01:00
commit 40cea40aa4
36 changed files with 150 additions and 217 deletions

View file

@ -73,7 +73,7 @@ void dthread_start()
}
}
unsigned int __stdcall dthread_handler(void *)
unsigned int dthread_handler(void *)
{
const char *error_buf;
TMegaPkt *pkt;