Fixed typo.

pull/1/head
Gisle Vanem 18 years ago
parent c1bc4c19be
commit db1a0acb0f
  1. 2
      windows_port.c

@ -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…
Cancel
Save