diff options
Diffstat (limited to 'adb/commandline.cpp')
-rw-r--r-- | adb/commandline.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
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 @@ int usage() #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; |