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.

34 lines
713 B

  1. //*************************************************************
  2. //
  3. // Copyright (c) Microsoft Corporation 1999 - 2000
  4. // All rights reserved
  5. //
  6. // rsop.hxx
  7. //
  8. //*************************************************************
  9. #if !defined(__RSOP_HXX__)
  10. #define __RSOP_HXX__
  11. #define DmAssert(x)
  12. #include <nt.h>
  13. #include <ntrtl.h>
  14. #include <nturtl.h>
  15. #include <windows.h>
  16. #include <assert.h>
  17. #include <wchar.h>
  18. #include <wbemcli.h>
  19. #include <userenv.h>
  20. #include "smartptr.h"
  21. #include "wbemtime.h"
  22. #include "variant.hxx"
  23. #include "dllload.hxx"
  24. #include "schema.h"
  25. #include "polbase.hxx"
  26. #include "context.hxx"
  27. #include "pollog.hxx"
  28. #include "util.hxx"
  29. #endif // __RSOP_HXX__