aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2022-08-05 11:17:28 +0200
committerLuca Deri <deri@ntop.org>2022-08-05 11:17:28 +0200
commit9fb11c909e4439504d39631bb9ace803866afc5f (patch)
treebd48c017cd87008b6d668b1c5ebdcc359073b0ba /src
parentbcf7f1713c844f51d3014a6f7b1c71cbd1d83157 (diff)
Win fixes
Diffstat (limited to 'src')
-rw-r--r--src/include/ndpi_define.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ndpi_define.h.in b/src/include/ndpi_define.h.in
index 5c552c0d7..99b44d846 100644
--- a/src/include/ndpi_define.h.in
+++ b/src/include/ndpi_define.h.in
@@ -378,7 +378,7 @@ static inline u_int64_t get_u_int64_t(const u_int8_t* X, int O)
#endif /* __APPLE__ */
-#if defined(__MINGW32__)
+#if defined(_WINDOWS_)
#if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__