[CMD]: Use the CONUTILS library (Part 1/x) for an uniform and consistent experience...
[reactos.git] / reactos / base / shell / cmd / beep.c
index dc65bde..04959f5 100644 (file)
@@ -42,7 +42,7 @@ INT cmd_beep(LPTSTR param)
         return 1;
 #endif
 
-    ConRingBell(GetStdHandle(STD_OUTPUT_HANDLE));
+    ConRingBell(ConStreamGetOSHandle(StdOut));
     return 0;
 }