[Windows] Fix getcwd() on Windows.
authorZachary Turner <zturner@google.com>
Mon, 2 Mar 2015 18:33:50 +0000 (18:33 +0000)
committerZachary Turner <zturner@google.com>
Mon, 2 Mar 2015 18:33:50 +0000 (18:33 +0000)
commit3cb611b59efcc4a7186a7b2a7279589618bbb67e
tree749900ce5ad0411b06dfb377308ef29b1125ad2e
parent136f4b3439c87c973218c4eed5d33ac334d4d656
[Windows] Fix getcwd() on Windows.

Windows doesn't define getcwd(), so this test executable failed
to compile.

Patch by Adrian McCarthy
Differential Revision: http://reviews.llvm.org/D7962

llvm-svn: 230983
lldb/test/functionalities/process_launch/print_cwd.cpp