mirror of
https://github.com/curl/curl.git
synced 2026-06-05 13:24:20 +03:00
Use correct calling convention.
This commit is contained in:
parent
fe7fa8e794
commit
a50414f594
1 changed files with 3 additions and 2 deletions
|
|
@ -21,10 +21,11 @@
|
|||
#include "ares_private.h"
|
||||
|
||||
#ifdef __WATCOMC__
|
||||
/* Watcom needs a DlMain() in order to initialise the clib startup code.
|
||||
/*
|
||||
* Watcom needs a DlMain() in order to initialise the clib startup code.
|
||||
*/
|
||||
BOOL
|
||||
DllMain (HINSTANCE hnd, DWORD reason, LPVOID reserved)
|
||||
WINAPI DllMain (HINSTANCE hnd, DWORD reason, LPVOID reserved)
|
||||
{
|
||||
(void) hnd;
|
||||
(void) reason;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue