mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-23 03:06:56 -04:00
drop support for WDK's Windows XP targets
* Die, XP, die!!! * Also fix a Coverity warning in checksum.c
This commit is contained in:
parent
2c90a06668
commit
e4bb1a6eb8
7 changed files with 13 additions and 33 deletions
|
@ -276,13 +276,6 @@ typedef unsigned int uintptr_t;
|
|||
/*
|
||||
* IFile[Open]Dialog interface for Vista and later (from MinGW headers)
|
||||
*/
|
||||
#ifdef DDKBUILD
|
||||
typedef struct _COMDLG_FILTERSPEC {
|
||||
LPCWSTR pszName;
|
||||
LPCWSTR pszSpec;
|
||||
} COMDLG_FILTERSPEC;
|
||||
#endif
|
||||
|
||||
#ifndef __IFileDialog_INTERFACE_DEFINED__
|
||||
#define __IFileDialog_INTERFACE_DEFINED__
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue