mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +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
|
#define ADNS_INTERNAL_H_INCLUDED
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
|
#ifndef ADNS_JGAA_WIN32
|
||||||
typedef unsigned char byte;
|
typedef unsigned char byte;
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
Loading…
Reference in a new issue