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.
 
 
 
 
 
 

58 lines
561 B

/*++
Copyright (c) 1990 Microsoft Corporation
Module Name:
mbrevt.c
Abstract:
Event handling code for the MS Editor browser extension.
Author:
Ramon Juan San Andres (ramonsa) 06-Nov-1990
Notes:
Currently there is no event handler in this extension.
Revision History:
--*/
#include "mbr.h"
void
pascal
near
mbrevtinit (
void
)
/*++
Routine Description:
Initialization of event handling code.
Arguments:
None.
Return Value:
None.
--*/
{
}