/*++

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.

--*/

{
}
