http://bugs.winehq.org/show_bug.cgi?id=15580
--- Comment #11 from Nikolay Sivov bunglehead@gmail.com 2009-10-11 09:30:49 --- Created an attachment (id=24031) --> (http://bugs.winehq.org/attachment.cgi?id=24031) Datetime notifications fix
This patch fixes a problem for me, will send it to list on Monday for inclusion. Not sure if it applies cleanly on 1.1.31 but part about this bug is: --- - dtdtc.dwFlags = (infoPtr->dwStyle & DTS_SHOWNONE) ? GDT_NONE : GDT_VALID; + dtdtc.dwFlags = infoPtr->dateValid ? GDT_VALID : GDT_NONE; ---