mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 12:05:06 -05:00
Fixed typo.
This commit is contained in:
parent
7ba53a4f41
commit
9a70ce4245
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
#ifdef __WATCOMC__
|
#ifdef __WATCOMC__
|
||||||
/*
|
/*
|
||||||
* Watcom needs a DlMain() in order to initialise the clib startup code.
|
* Watcom needs a DllMain() in order to initialise the clib startup code.
|
||||||
*/
|
*/
|
||||||
BOOL
|
BOOL
|
||||||
WINAPI DllMain (HINSTANCE hnd, DWORD reason, LPVOID reserved)
|
WINAPI DllMain (HINSTANCE hnd, DWORD reason, LPVOID reserved)
|
||||||
|
Loading…
Reference in New Issue
Block a user