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.

19 lines
615 B

  1. //
  2. // The TCP/IP performance counter DLL loads INETMIB1.DLL
  3. // directly and impersonates the SNMP master agent. In
  4. // order to accomplish this the DLL needs some of the
  5. // utilities included in SNMPAPI.DLL but the Perf dudes
  6. // do not want to load another DLL into their process.
  7. //
  8. // This static library hopefully will be only temporary
  9. // until we can get the performance DLL rewritten to use
  10. // the new MIB2UTIL.DLL.
  11. //
  12. #include "..\dll\any.c"
  13. #include "..\dll\dbg.c"
  14. #include "..\dll\mem.c"
  15. #include "..\dll\oid.c"
  16. #include "..\dll\octets.c"
  17. #include "..\dll\vb.c"
  18. #include "..\dll\vbl.c"