windows-nt/Source/XPSP1/NT/shell/browseui/emclient/libem.c
2020-09-26 16:20:57 +08:00

12 lines
423 B
C

//*** libem.c -- 'source library' inclusions for client-side evtmon stuff
// DESCRIPTION
// some of the client-side evtmon stuff needs to be built by us, in our
// context (rather than pulled in from emsvr .obj or .lib or .dll)
// this file builds it in the current directory (and in our *.h context).
// NOTES
#include "priv.h"
#include "libem.h" // configure genem.c and other client-side stuff
#include "genem.c"