commit | a2f2e56796fef024c7374d033bd7d34af71fdf5a | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Apr 16 16:47:02 2015 -0700 |
committer | Elliott Hughes <enh@google.com> | Thu Apr 16 16:47:02 2015 -0700 |
tree | 1f3914961b94a7e62019c7853d0496a15923a1eb | |
parent | 34d68c2b574a21917d9e8d69a24ab863cc9f6910 [diff] [blame] |
Move sysdeps_win32 to C++. Change-Id: I27ca41b64d62bb3611b3a39a5c3bb4377d0773bc
diff --git a/adb/commandline.cpp b/adb/commandline.cpp index 34efefe..19a2fee 100644 --- a/adb/commandline.cpp +++ b/adb/commandline.cpp
@@ -249,11 +249,9 @@ #if defined(_WIN32) -// Implemented in sysdeps_win32.c. -extern "C" { +// Implemented in sysdeps_win32.cpp. void stdin_raw_init(int fd); void stdin_raw_restore(int fd); -} #else static termios g_saved_terminal_state;