mirror of
https://github.com/curl/curl.git
synced 2026-07-15 23:57:20 +03:00
Fixed typo.
This commit is contained in:
parent
7ba53a4f41
commit
9a70ce4245
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
#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
|
||||
WINAPI DllMain (HINSTANCE hnd, DWORD reason, LPVOID reserved)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue