Ignore:
Timestamp:
Nov 14, 2011, 11:03:47 PM (14 years ago)
Author:
dmik
Message:

Port USER32.DLL (continued).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/src/user32/windlg.cpp

    r21720 r21808  
    696696
    697697    /* If the path exists and is a directory, chdir to it */
    698     if (!spec || !spec[0] || SetCurrentDirectoryA( spec )) spec = "*.*";
     698    if (!spec || !spec[0] || SetCurrentDirectoryA( spec )) spec = (LPSTR)"*.*";
    699699    else
    700700    {
Note: See TracChangeset for help on using the changeset viewer.