OSDN Git Service

Redo the filters based on assumptions discussed in mingw-dvlpr list.
[mingw/mingw-org-wsl.git] / include / ddk / scsi.h
index 2220762..2ca6234 100644 (file)
  * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  * DEALINGS IN THE SOFTWARE.
  */
+#ifndef __SCSI_H
+#define __SCSI_H
+#pragma GCC system_header
+#include <_mingw.h>
 
 /*
  * SCSI port and class interface.
  */
 
-#ifndef __SCSI_H
-#define __SCSI_H
-#pragma GCC system_header
-
 #ifdef __cplusplus
 extern "C" {
 #endif