diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/main.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/main.h b/include/main.h index da5b7ca..f0b15c1 100644 --- a/include/main.h +++ b/include/main.h @@ -4,6 +4,13 @@ #define MAIN_H #include "../config.h" + +#if defined SUPPORT_NET_UNIX_UDP && defined SUPPORT_NET_SDL_UDP + +#undef SUPPORT_NET_SDL_UDP + +#endif + #include "bool.h" #include "string_length.h" #include "path.h" |