test/security: add ESN and anti-replay for inline IPsec
[dpdk.git] / app / test / test_table_combined.c
index 73ad015..1c2efe6 100644 (file)
@@ -2,6 +2,8 @@
  * Copyright(c) 2010-2016 Intel Corporation
  */
 
+#ifndef RTE_EXEC_ENV_WINDOWS
+
 #include <string.h>
 #include "test_table_combined.h"
 #include "test_table.h"
@@ -841,3 +843,4 @@ test_table_hash_cuckoo_combined(void)
        return 0;
 }
 
+#endif /* !RTE_EXEC_ENV_WINDOWS */