Ignore:
Timestamp:
Dec 18, 2011, 10:28:22 PM (14 years ago)
Author:
dmik
Message:

Merge branch gcc-kmk to trunk.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        1 bin
        2 Makefile.inc
         1env.cmd
         2LocalConfig.kmk
    • Property svn:mergeinfo set to
      /branches/gcc-kmkmergedeligible
  • trunk/src/user32/windlg.cpp

    r21356 r21916  
    2424#include "win32dlg.h"
    2525#include <heapstring.h>
    26 #include <win\drive.h>
     26#include <win/drive.h>
    2727#include <custombuild.h>
    2828
     
    330330                }
    331331            }
    332         }       
     332        }
    333333    }
    334334#endif
     
    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.