http://bugs.winehq.com/show_bug.cgi?id=660
*** shadow/660 Thu May 9 10:41:29 2002 --- shadow/660.tmp.389 Thu May 9 10:41:29 2002 *************** *** 0 **** --- 1,23 ---- + +============================================================================+ + | _lcreat() can not create hidden files | + +----------------------------------------------------------------------------+ + | Bug #: 660 Product: Wine | + | Status: UNCONFIRMED Version: unspecified | + | Resolution: Platform: | + | Severity: normal OS/Version: All | + | Priority: P1 Component: wine-kernel | + +----------------------------------------------------------------------------+ + | Assigned To: wine-bugs@winehq.com | + | Reported By: jakob@vmlinux.org | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | Milestone: TargetMilestone: --- | + | URL: | + +============================================================================+ + | DESCRIPTION | + (Unit test for _lcreat is in dlls/kernel/tests/file.c) + + + _lcreat can not create a hidden file that is not found by a standard + FindFirstFileA. + Marked as todo_wine{} in unit test. \ No newline at end of file