Ignore:
Timestamp:
Aug 13, 2000, 11:23:59 AM (25 years ago)
Author:
bird
Message:

Messing around with libraries. There were a conversion bug in libconv.
The VAC365 linker don't like the output libconv...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GRACE/src/win32k/dev16/d16init.c

    r3834 r4005  
    1 /* $Id: d16init.c,v 1.6.4.1 2000-07-16 22:43:21 bird Exp $
     1/* $Id: d16init.c,v 1.6.4.2 2000-08-13 09:23:56 bird Exp $
    22 *
    33 * d16init - init routines for both drivers.
     
    249249    if (TKSSBase16 != 0)
    250250        return NO_ERROR;
     251    _asm {
     252        int 3;
     253    }
    251254
    252255    /* First we're to get the DosTable2 stuff. */
Note: See TracChangeset for help on using the changeset viewer.