mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
Build regtess with standard windows header only, not NTOS
svn path=/trunk/; revision=16255
This commit is contained in:
parent
4a320e11d6
commit
c78d9b68e1
1 changed files with 1 additions and 7 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue