mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
- "byte" is defined by the Win32 headers, so define it conditionally
svn path=/trunk/; revision=37423
This commit is contained in:
parent
1861d15230
commit
3595d1c30e
1 changed files with 4 additions and 0 deletions
4
reactos/lib/3rdparty/adns/src/internal.h
vendored
4
reactos/lib/3rdparty/adns/src/internal.h
vendored
|
@ -31,7 +31,11 @@
|
|||
#define ADNS_INTERNAL_H_INCLUDED
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#ifndef ADNS_JGAA_WIN32
|
||||
typedef unsigned char byte;
|
||||
#endif
|
||||
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <assert.h>
|
||||
|
|
Loading…
Reference in a new issue