[Bug 18991] Sims 3 crash loading a Town

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Jul 29 00:33:47 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=18991





--- Comment #41 from Dmitry Timoshkov <dmitry at codeweavers.com>  2009-07-29 00:33:40 ---
The following test case fails under XP:

static void test_RtlTimeFieldsToTime(void)
{
    LARGE_INTEGER time;
    TIME_FIELDS tf;
    BOOL ret;

    memset(&tf, 0, sizeof(tf));
    tf.Month = 3;
    tf.Day = 92;
    tf.Year = 2009;
    ret = pRtlTimeFieldsToTime(&tf, &time);
    ok(ret, "RtlTimeFieldsToTime failed\n");
}

So it's necessary to figure out where '92' comes from.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list