mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
- "byte" is defined by the Win32 headers, so define it conditionally
svn path=/trunk/; revision=37423
This commit is contained in:
+4
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user