]> git.droids-corp.org - dpdk.git/blobdiff - app/test/test_table_ports.c
ethdev: add telemetry command for module EEPROM
[dpdk.git] / app / test / test_table_ports.c
index d921b2e207eb1c1ff8b18822efcec6770eb24cec..282ec2a3d20a84e33c9c9557189304f09d83ead0 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 */