1#define NEED_STRDUP
2#define WINVER 0x0400
3
4/*
5    We need to make sure some symbols required for correct use of
6    Win32 SDK headers (and that some of these headers are included
7    to begin with).  The best way is to simply include one of the
8    ANSI headers.
9*/
10
11#include <stdlib.h>
12
13