[misc] drop WDK compilation support

This commit is contained in:
Pete Batard 2017-07-10 13:08:42 +01:00
parent 86c530ac50
commit c00557900b
8 changed files with 11 additions and 224 deletions

View file

@ -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 ();