Include windef.h, which then includes winnt.h, which uses our wchar_t check and reports the wchar_t definition back to the host.

Then the host finally knows that it should not define wchar_t again.

svn path=/trunk/; revision=28411
This commit is contained in:
Colin Finck 2007-08-18 21:10:14 +00:00
parent b92649d370
commit 7c2606f0a3

View file

@ -18,6 +18,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <windef.h>
#include <stdlib.h>
#include "wine/unicode.h"