mirror of
https://github.com/pbatard/rufus.git
synced 2025-06-07 18:04:43 -04:00
[misc] drop WDK compilation support
This commit is contained in:
parent
86c530ac50
commit
c00557900b
8 changed files with 11 additions and 224 deletions
|
@ -210,7 +210,7 @@ static char *posixly_correct;
|
|||
|
||||
#ifndef getenv
|
||||
#ifdef _MSC_VER
|
||||
// DDK will complain if you don't use the stdlib defined getenv
|
||||
// MSVC will complain if you don't use the stdlib defined getenv
|
||||
#include <stdlib.h>
|
||||
#else
|
||||
extern char *getenv ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue