Ignore:
Timestamp:
Jan 26, 2000, 12:26:05 PM (26 years ago)
Author:
sandervl
Message:

turn off tlib log file creation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/oleaut32/initterm.cpp

    r2325 r2518  
    1 /* $Id: initterm.cpp,v 1.4 2000-01-05 18:29:53 davidr Exp $ */
     1/* $Id: initterm.cpp,v 1.5 2000-01-26 11:26:04 sandervl Exp $ */
    22
    33/*
     
    8585         loadNr = globLoadNr++;
    8686
    87 #if 0
    88          strcpy(oleaut32Path, OSLibGetDllName(hModule));
     87         DosQueryModuleName(hModule, sizeof(oleaut32Path), oleaut32Path);
    8988         char *endofpath = strrchr(oleaut32Path, '\\');
    9089         *(endofpath+1) = 0;
    91 #endif
    9290
    9391         _ctordtorInit();
     
    107105                return 0UL;
    108106
    109          OpenPrivateLogFiles();
     107#ifdef DEFAULT_LOGGING_OFF
     108         if(getenv("WIN32LOG_ENABLED")) {
     109#else
     110         if(!getenv("NOWIN32LOG")) {
     111#endif
     112                OpenPrivateLogFiles();
     113         }
    110114
    111115         Hash_Initialise();
Note: See TracChangeset for help on using the changeset viewer.