commit | dc993c38018297af9c03590c3179f9fb6228dcfa | [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 | 25cc4d5286252da32dccfdb0b6d82be4b8fe2ed2 [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;