http://bugs.winehq.org/show_bug.cgi?id=15405
Andrey Turkin andrey.turkin@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |andrey.turkin@gmail.com
--- Comment #10 from Andrey Turkin andrey.turkin@gmail.com 2008-10-17 07:41:55 ---
Digging a bit deeper: windows.h includes winresrc.h which has a bunch of FIXMEs:
/* FIXME: #include <winuser.rh> */ /* FIXME: #include <commctrl.rh> */ /* FIXME: #include <dde.rh> */ /* FIXME: #include <winnt.rh> */
So it still looks like wine's problem
Right, and initial version of winuser.rh just was submitted to GIT; rc file from initial comment compiles now.