Remove windows call types collisions
This commit is contained in:
parent
57e960aeda
commit
40cea40aa4
36 changed files with 150 additions and 217 deletions
|
|
@ -73,7 +73,7 @@ void dthread_start()
|
|||
}
|
||||
}
|
||||
|
||||
unsigned int __stdcall dthread_handler(void *)
|
||||
unsigned int dthread_handler(void *)
|
||||
{
|
||||
const char *error_buf;
|
||||
TMegaPkt *pkt;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue