Ignore:
Timestamp:
Jun 12, 2001, 7:03:34 PM (24 years ago)
Author:
sandervl
Message:

LoadLibrary change: refuse to load non-Odin OS/2 dlls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/misc.cpp

    r5939 r5974  
    1 /* $Id: misc.cpp,v 1.37 2001-06-09 19:46:00 sandervl Exp $ */
     1/* $Id: misc.cpp,v 1.38 2001-06-12 17:03:33 sandervl Exp $ */
    22
    33/*
     
    251251
    252252static BOOL fDisableThread[5] = {0};
     253static BOOL fFlushLines = FALSE;
    253254
    254255//#define CHECK_ODINHEAP
     
    279280    init = TRUE;
    280281
     282    if(getenv("WIN32LOG_FLUSHLINES")) {
     283        fFlushLines = TRUE;
     284    }
    281285#ifdef DEFAULT_LOGGING_OFF
    282286    if(getenv("WIN32LOG_ENABLED")) {
     
    355359    if(tekst[strlen(tekst)-1] != '\n')
    356360      fprintf(flog, "\n");
     361
     362    if(fFlushLines)
     363      fflush(flog);
    357364  }
    358365  SetFS(sel);
Note: See TracChangeset for help on using the changeset viewer.