mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-24 19:54:25 -04:00
[mingw] fix compilation breakage due to MinGW header screwup
* See 1900092904
* Guys, I know VDS is fundamentally broken... but that's no reason to break it further!
This commit is contained in:
parent
cef651c52c
commit
d07ec87b3a
4 changed files with 14 additions and 7 deletions
|
@ -31,7 +31,9 @@
|
|||
#include <ctype.h>
|
||||
#include <locale.h>
|
||||
#include <assert.h>
|
||||
#if !defined(__MINGW32__)
|
||||
#include <vds.h>
|
||||
#endif
|
||||
|
||||
#include "rufus.h"
|
||||
#include "missing.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue