windows-nt/Source/XPSP1/NT/sdktools/mep/extens/mbrowse/mbrevt.c

59 lines
503 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*++
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.
--*/
{
}