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/dev32/d32init.c

    r2511 r2682  
    1 /* $Id: d32init.c,v 1.6 2000-01-24 18:18:59 bird Exp $
     1/* $Id: d32init.c,v 1.7 2000-02-08 12:38:38 bird Exp $
    22 *
    33 * d32init.c - 32-bits init routines.
     
    560560                        (unsigned)myldrClose,
    561561                        (unsigned)myLDRQAppType,
    562                         (unsigned)myldrEnum32bitRelRecs,
     562                        (unsigned)myldrEnum32bitRelRecs
     563                        #if 0 /* Currently problems with with WS4eB */
     564                        ,
    563565                        0,
    564566                        0,
    565567                        0,
    566568                        0,
    567                         0,
     569                        0
     570                        #endif
    568571                    };
    569572
Note: See TracChangeset for help on using the changeset viewer.