mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:16:04 +00:00
[WINESYNC] dbghelp: Get rid of no longer needed HAVE_ZLIB checks.
Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> wine commit id 6b1bc0beac510aa48a848b8182b9310f92609dd0 by Jacek Caban <jacek@codeweavers.com>
This commit is contained in:
parent
0fd6a91bf1
commit
63c0d5e35a
15 changed files with 108 additions and 101 deletions
|
@ -55,7 +55,7 @@ typedef uint8_t UINT8;
|
|||
typedef int16_t SHORT, *PSHORT;
|
||||
typedef uint16_t USHORT, *PUSHORT, WORD, *PWORD, *LPWORD, WCHAR, *PWCHAR, *PWSTR, *LPWSTR, UINT16;
|
||||
typedef const uint16_t *PCWSTR, *LPCWSTR;
|
||||
typedef int32_t INT, LONG, *PLONG, *LPLONG, BOOL, WINBOOL;
|
||||
typedef int32_t INT, LONG, *PLONG, *LPLONG, BOOL, WINBOOL, INT32;
|
||||
typedef uint32_t UINT, *PUINT, *LPUINT, ULONG, *PULONG, DWORD, *PDWORD, *LPDWORD, UINT32;
|
||||
#if defined(_LP64) || defined(_WIN64)
|
||||
typedef int64_t LONG_PTR, *PLONG_PTR, INT_PTR, *PINT_PTR;
|
||||
|
@ -65,7 +65,7 @@ typedef int32_t LONG_PTR, *PLONG_PTR, INT_PTR, *PINT_PTR;
|
|||
typedef uint32_t ULONG_PTR, DWORD_PTR, *PULONG_PTR, UINT_PTR, *PUINT_PTR;
|
||||
#endif
|
||||
typedef uint64_t ULONG64, DWORD64, *PDWORD64, UINT64, ULONGLONG;
|
||||
typedef int64_t LONGLONG, LONG64;
|
||||
typedef int64_t LONGLONG, LONG64, INT64;
|
||||
typedef float FLOAT;
|
||||
typedef double DOUBLE;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue