Source code of Windows XP (NT5)
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.

58 lines
503 B

  1. /*++
  2. Copyright (c) 1990 Microsoft Corporation
  3. Module Name:
  4. mbrevt.c
  5. Abstract:
  6. Event handling code for the MS Editor browser extension.
  7. Author:
  8. Ramon Juan San Andres (ramonsa) 06-Nov-1990
  9. Notes:
  10. Currently there is no event handler in this extension.
  11. Revision History:
  12. --*/
  13. #include "mbr.h"
  14. void
  15. pascal
  16. near
  17. mbrevtinit (
  18. void
  19. )
  20. /*++
  21. Routine Description:
  22. Initialization of event handling code.
  23. Arguments:
  24. None.
  25. Return Value:
  26. None.
  27. --*/
  28. {
  29. }