Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
167 B

  1. #include "brian.h"
  2. VOID
  3. InputBreak (
  4. IN PCHAR ParamBuffer
  5. )
  6. {
  7. DbgBreakPoint();
  8. return;
  9. UNREFERENCED_PARAMETER( ParamBuffer );
  10. }