diff options
Diffstat (limited to 'libmysql/dll.c')
-rw-r--r-- | libmysql/dll.c | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/libmysql/dll.c b/libmysql/dll.c index f0a67d8f091..92aa611000b 100644 --- a/libmysql/dll.c +++ b/libmysql/dll.c @@ -112,12 +112,13 @@ int _export FAR PASCAL libmain(HANDLE hModule,short cbHeapSize, #ifdef OS2 -// -// This function is called automatically by _DLL_InitTerm -// Every dll runtime enviroment is not tz enabled, so tzset() -// must be called to enable TZ handling -// Also timezone is fixed. -// +/* + This function is called automatically by _DLL_InitTerm + Every dll runtime enviroment is not tz enabled, so tzset() + must be called to enable TZ handling + Also timezone is fixed. +*/ + extern "C" unsigned long _System DllMain(unsigned long modhandle, unsigned long flag) { |