A free Windows-compatible Operating System - mirrored from GitHub
Go to file
Colin Finck cddcaa508e - Always include "wine/unicode.h" before all other headers, when we need the wchar_t type.
unicode.h includes windef.h, which includes winnt.h, which has the handling for the wchar_t type. As it's the first included header, no other wchar_t type will be defined before.
- Remove the wchar_t definition from the Makefile as the winnt.h header will define it as "unsigned short" automatically.

svn path=/trunk/; revision=28423
2007-08-19 15:38:21 +00:00
irc modified Resources/hresult.xml 2006-09-09 10:53:28 +00:00
reactos - Always include "wine/unicode.h" before all other headers, when we need the wchar_t type. 2007-08-19 15:38:21 +00:00
rosapps - add gdihv to rosapps build 2007-08-12 20:12:21 +00:00
rostests fixing smaller FIXME in win32kdxtest 2007-08-18 15:54:03 +00:00
wallpaper Re-add the "lake.bmp" wallpaper inclusion (partly imported from the deleted 0.3.1 branch, r26044) 2007-06-21 15:23:49 +00:00