test/crypto: add TTL and hop limit decrement cases
[dpdk.git] / app / test / test_table_tables.c
index 4ff6ab1..d5c5a42 100644 (file)
@@ -2,6 +2,8 @@
  * Copyright(c) 2010-2016 Intel Corporation
  */
 
+#ifndef RTE_EXEC_ENV_WINDOWS
+
 #include <string.h>
 #include <rte_byteorder.h>
 #include <rte_table_lpm_ipv6.h>
@@ -1052,3 +1054,5 @@ test_table_hash_cuckoo(void)
 
        return 0;
 }
+
+#endif /* !RTE_EXEC_ENV_WINDOWS */