mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
Cleanup the usage of W32API.
svn path=/trunk/; revision=15951
This commit is contained in:
parent
754ccb0eb6
commit
63ac2d0f1f
3 changed files with 6 additions and 14 deletions
|
@ -1,7 +1,4 @@
|
|||
#define _WIN32_WINNT 0x0502
|
||||
#define __USE_W32API
|
||||
#define NTOS_MODE_USER
|
||||
#define __NO_CTYPE_INLINES
|
||||
#include <ntos.h>
|
||||
#include <ctype.h>
|
||||
#include <stdarg.h>
|
||||
|
|
|
@ -3,6 +3,9 @@
|
|||
<include base="kernel32_base">include</include>
|
||||
<define name="_DISABLE_TIDENTS" />
|
||||
<define name="_SEH_NO_NATIVE_NLG" />
|
||||
<define name="__USE_W32API" />
|
||||
<define name="_WIN32_WINNT">0x0502</define>
|
||||
<define name="__NO_CTYPE_INLINES" />
|
||||
<define name="WINVER">0x0500</define>
|
||||
<pch>k32.h</pch>
|
||||
<directory name="debug">
|
||||
|
@ -109,6 +112,7 @@
|
|||
<include base="kernel32">include</include>
|
||||
<define name="_DISABLE_TIDENTS" />
|
||||
<define name="_SEH_NO_NATIVE_NLG" />
|
||||
<define name="__USE_W32API" />
|
||||
<define name="WINVER">0x0500</define>
|
||||
<library>kernel32_base</library>
|
||||
<library>pseh</library>
|
||||
|
|
|
@ -24,20 +24,11 @@
|
|||
|
||||
//#include "config.h"
|
||||
|
||||
#include <k32.h>
|
||||
#define NDEBUG
|
||||
#include "../include/debug.h"
|
||||
#include <string.h>
|
||||
#define __NO_CTYPE_INLINES
|
||||
#include <ctype.h>
|
||||
#include <sys/types.h>
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
#ifdef HAVE_UNISTD_H
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include "windows.h"
|
||||
#include "lzexpand.h"
|
||||
|
||||
#define HFILE_ERROR ((HFILE)-1)
|
||||
|
||||
/* The readahead length of the decompressor. Reading single bytes
|
||||
|
|
Loading…
Reference in a new issue