- exclude type.h for cygwin, though it is available in VC++.
This commit is contained in:
parent
9577b4277c
commit
547cb604b9
@ -73,7 +73,9 @@ extern "C" {
|
||||
#include <winioctl.h>
|
||||
#include "aspi-win32.h"
|
||||
#include "scsidefs.h"
|
||||
#ifndef __MINGW32__
|
||||
#include "type.h"
|
||||
#endif
|
||||
|
||||
DWORD (*GetASPI32SupportInfo)(void);
|
||||
DWORD (*SendASPI32Command)(LPSRB);
|
||||
|
Loading…
x
Reference in New Issue
Block a user