test/security: add inline inbound IPsec cases
[dpdk.git] / app / test / test_table_ports.c
index d921b2e..282ec2a 100644 (file)
@@ -2,6 +2,8 @@
  * Copyright(c) 2010-2014 Intel Corporation
  */
 
+#ifndef RTE_EXEC_ENV_WINDOWS
+
 #include "test_table_ports.h"
 #include "test_table.h"
 
@@ -189,3 +191,5 @@ test_port_ring_writer(void)
 
        return 0;
 }
+
+#endif /* !RTE_EXEC_ENV_WINDOWS */