- Fix build by converting everything to use TCHAR's
authorColin Finck <colin@reactos.org>
Thu, 8 May 2008 18:11:56 +0000 (18:11 +0000)
committerColin Finck <colin@reactos.org>
Thu, 8 May 2008 18:11:56 +0000 (18:11 +0000)
commit4198aafc54960b14086a71138bac0930e1b99bfa
treebef2e4075f0ed487c89d4b2088cabbfc7f43f7fc
parentb26bf1b115dd3b4fd10ba93a380ab2a76999bf02
- Fix build by converting everything to use TCHAR's
- Bugfix: Previously macros like "gotoroot=cd \" weren't passed correctly as we just used argv[1].
  Now use GetCommandLine and pass the full command line.
- Fix indentation

svn path=/trunk/; revision=33379
reactos/base/applications/cmdutils/doskey/doskey.c