- "byte" is defined by the Win32 headers, so define it conditionally

svn path=/trunk/; revision=37423
This commit is contained in:
Stefan Ginsberg 2008-11-17 22:01:19 +00:00
parent 1861d15230
commit 3595d1c30e

View file

@ -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>