Ignore:
Timestamp:
Feb 8, 2000, 1:38:39 PM (26 years ago)
Author:
bird
Message:

Disabled some uneeded imports which currenlty breaks WS4eB.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/ldr/calltab.asm

    r2501 r2682  
    1 ; $Id: calltab.asm,v 1.3 2000-01-22 18:21:01 bird Exp $
     1; $Id: calltab.asm,v 1.4 2000-02-08 12:38:39 bird Exp $
    22;
    33; callTab - Call back again table - table with entry for each function which is overrided.
     
    2424    public _LDRQAppType@8
    2525    public _ldrEnum32bitRelRecs@24
     26if 0    ; /* Currently problems with with WS4eB */
    2627    public _IOSftOpen@20
    2728    public _IOSftClose@4
     
    2930    public _IOSftReadAt@20
    3031    public _IOSftWriteAt@20
     32endif
    3133
    3234;
Note: See TracChangeset for help on using the changeset viewer.