Fix wrong check

This commit is contained in:
SSimco
2023-07-22 20:46:53 +03:00
parent fb87aa7261
commit 7cf80d26e2
+1 -1
View File
@@ -7,7 +7,7 @@
#include <boost/asio.hpp>
#if !____ANDROID___
#if !__ANDROID__
#ifndef HAS_DSU
#define HAS_DSU 1
#endif