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.

11 lines
423 B

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