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.

44 lines
635 B

  1. /*++
  2. Copyright(c) 2001 Microsoft Corporation
  3. Module Name:
  4. NLB Manager provider test harness
  5. File Name:
  6. private.h
  7. Abstract:
  8. Internal headers
  9. History:
  10. 04/08/01 JosephJ Created
  11. --*/
  12. // #include "windows.h"
  13. // #include <ntddk.h>
  14. #include <FWcommon.h>
  15. #include <assert.h>
  16. #include <objbase.h>
  17. #include <initguid.h>
  18. #include <wlbsiocl.h>
  19. #include "wlbsconfig.h"
  20. #include "myntrtl.h"
  21. #include "wlbsparm.h"
  22. #include "cfgutils.h"
  23. #include "updatecfg.h"
  24. //
  25. // Debugging stuff...
  26. //
  27. extern BOOL g_DoBreaks;
  28. #define MyBreak(_str) ((g_DoBreaks) ? (OutputDebugString(_str),DebugBreak(),1):0)
  29. #define ASSERT assert