Ignore:
Timestamp:
Oct 27, 1999, 4:03:01 AM (26 years ago)
Author:
bird
Message:

Corrections to make win32k work.
(And now it does work, at least at my test machine...)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/misc/vsprintf.c

    r1271 r1467  
    1 /* $Id: vsprintf.c,v 1.2 1999-10-14 01:19:22 bird Exp $
     1/* $Id: vsprintf.c,v 1.3 1999-10-27 02:03:00 bird Exp $
    22 *
    33 * vsprintf and sprintf
     
    3131#include <stdarg.h>
    3232
    33 #ifdef RING0
    34     #include "dev32.h"
    35 #else
    36     #define SSToDS(a) (a)
    37 #endif
     33#include "dev32.h"
    3834#include "sprintf.h"
    3935
Note: See TracChangeset for help on using the changeset viewer.