Ignore:
Timestamp:
Mar 4, 2000, 8:51:13 PM (25 years ago)
Author:
sandervl
Message:

header updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/windllbase.h

    r2069 r3004  
    1 /* $Id: windllbase.h,v 1.6 1999-12-13 21:04:58 sandervl Exp $ */
     1/* $Id: windllbase.h,v 1.7 2000-03-04 19:51:13 sandervl Exp $ */
    22
    33/*
     
    7070        void      setThreadLibraryCalls(BOOL fEnable);
    7171
    72 static  void      deleteAll();
     72        void      SetDynamicallyLoaded() { fDynamicLoad = TRUE; };
     73
     74static  void      deleteAll(BOOL fDynamicLoad = FALSE);
    7375
    7476static  BOOL      isSystemDll(char *szFileName);
     
    9193        ULONG         referenced;
    9294
     95        BOOL          fDynamicLoad;
     96
    9397private:
    9498static  Win32DllBase *head;
Note: See TracChangeset for help on using the changeset viewer.