]> git.droids-corp.org - dpdk.git/blobdiff - app/test/test_table_pipeline.c
replace zero-length arrays with flexible ones
[dpdk.git] / app / test / test_table_pipeline.c
index 915c451fedc0d5471d54fd33dd9bdf9203e45795..7adbbffbf55d69e86b0642f8a10e3deebdec97c4 100644 (file)
@@ -2,6 +2,8 @@
  * Copyright(c) 2010-2014 Intel Corporation
  */
 
+#ifndef RTE_EXEC_ENV_WINDOWS
+
 #include <string.h>
 #include <rte_pipeline.h>
 #include <rte_log.h>
@@ -569,3 +571,5 @@ test_table_pipeline(void)
 
        return 0;
 }
+
+#endif /* !RTE_EXEC_ENV_WINDOWS */