diff options
Diffstat (limited to 'src/utils/dllinit.c')
-rw-r--r-- | src/utils/dllinit.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/utils/dllinit.c b/src/utils/dllinit.c index 67dc1f82aa5..e30a76a5f25 100644 --- a/src/utils/dllinit.c +++ b/src/utils/dllinit.c @@ -52,7 +52,7 @@ BOOL APIENTRY DllMain(HINSTANCE hInst, DWORD reason, DECLARE_CYGWIN_DLL(DllMain); /* save hInstance from DllMain */ HINSTANCE __hDllInstance_base; -#endif /* __CYGWIN__ */ +#endif /* __CYGWIN__ */ struct _reent *_impure_ptr; @@ -84,7 +84,7 @@ DllMain( #ifdef __CYGWIN__ __hDllInstance_base = hInst; -#endif /* __CYGWIN__ */ +#endif /* __CYGWIN__ */ _impure_ptr = __imp_reent_data; @@ -105,4 +105,4 @@ DllMain( return TRUE; } -#endif /* CYGWIN_VERSION_DLL_MAJOR < 1001 */ +#endif /* CYGWIN_VERSION_DLL_MAJOR < 1001 */ |