diff --git a/nmrpd.h b/nmrpd.h index 15584f2..f3ae224 100644 --- a/nmrpd.h +++ b/nmrpd.h @@ -24,38 +24,38 @@ #include #if defined(_WIN32) || defined(_WIN64) -# define NMRPFLASH_WINDOWS +# define NMRPFLASH_WINDOWS #elif defined(__APPLE__) && defined(__MACH__) -# define NMRPFLASH_UNIX -# define NMRPFLASH_OSX -# define NMRPFLASH_BSD +# define NMRPFLASH_UNIX +# define NMRPFLASH_OSX +# define NMRPFLASH_BSD #elif defined (__unix__) -# define NMRPFLASH_UNIX -# if defined(__linux__) -# define NMRPFLASH_LINUX -# elif defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__) || defined(__OpenBSD__) -# define NMRPFLASH_BSD -# else -# warning "nmrpflash is not fully supported on this platform" -# endif +# define NMRPFLASH_UNIX +# if defined(__linux__) +# define NMRPFLASH_LINUX +# elif defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__) || defined(__OpenBSD__) +# define NMRPFLASH_BSD +# else +# warning "nmrpflash is not fully supported on this platform" +# endif #else # warning "nmrpflash is not supported on this platform" #endif #ifndef NMRPFLASH_WINDOWS -#include -#include -#include -#include -#include -#ifndef NMRPFLASH_LINUX -#include -#endif +# include +# include +# include +# include +# include +# ifndef NMRPFLASH_LINUX +# include +# endif #else -#include -#include -#include -#include +# include +# include +# include +# include #endif #ifndef MIN