Build regtess with standard windows header only, not NTOS

svn path=/trunk/; revision=16255
This commit is contained in:
Alex Ionescu 2005-06-24 15:38:29 +00:00
parent 4a320e11d6
commit c78d9b68e1

View file

@ -6,13 +6,7 @@
* UPDATE HISTORY:
* 06-07-2003 CSH Created
*/
#include <ctype.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <malloc.h>
#define NTOS_MODE_USER
#include <ntos.h>
#include <windows.h>
#include <pseh.h>
#include "regtests.h"