Ignore:
Timestamp:
Oct 5, 1999, 12:25:02 AM (26 years ago)
Author:
phaller
Message:

Fix: DisableThreadLibraryCalls added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/KERNEL32.CPP

    r1009 r1134  
    1 /* $Id: KERNEL32.CPP,v 1.20 1999-09-22 11:27:48 sandervl Exp $ */
     1/* $Id: KERNEL32.CPP,v 1.21 1999-10-04 22:25:01 phaller Exp $ */
    22
    33/*
     
    654654}
    655655//******************************************************************************
    656 //TODO:What does this do exactly??
    657 // @@@OPH -> see WINE
    658 //******************************************************************************
    659 BOOL WIN32API DisableThreadLibraryCalls(HMODULE hLibModule)
    660 {
    661   dprintf(("KERNEL32:  (NI!)OS2DisableThreadLibraryCalls of %X\n", hLibModule));
    662   return(TRUE);
    663 }
    664 //******************************************************************************
    665656//******************************************************************************
    666657//TODO: Query processor info to complete this api
Note: See TracChangeset for help on using the changeset viewer.