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.

20 lines
734 B

  1. #define MAX_DLL_NAME 48
  2. #include <windows.h> // Include file for Windows applications
  3. #include <winsock2.h> // Interface to WinSock 2 API
  4. #include <routprot.h> // Interface to Router Manager
  5. #include <iprtrmib.h> // Interface to IP Router Manager's MIB
  6. #include <netsh.h> // Definitions needed by helper DLLs
  7. #include <ipmontr.h> // For helper DLLs registering under IPMONTR
  8. #include <stdlib.h>
  9. #include "ipsamplerm.h" // Definitions and declarations for IPSAMPLE
  10. #include "strdefs.h"
  11. #include "prstring.h"
  12. #include "common.h"
  13. #include "utils.h"
  14. #include "sample.h"
  15. #include "samplecfg.h"
  16. #include "samplegetopt.h"
  17. #include "samplemib.h"