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
357 B

  1. #include "stdafx.h"
  2. #include <vector>
  3. #include <algorithm>
  4. using namespace std;
  5. #include <netcfgx.h>
  6. #include <devguid.h>
  7. #include <cfg.h>
  8. #include <wincred.h>
  9. #include <wlbsconfig.h>
  10. #include <nlberr.h>
  11. #include <cfgutil.h>
  12. #include <nlbclient.h>
  13. //
  14. // Used to annotate pass-by-reference arguments in function calls.
  15. //
  16. #define REF