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.

27 lines
675 B

  1. //+----------------------------------------------------------------------------
  2. //
  3. // Windows NT Directory Service Administration SnapIn
  4. //
  5. // Microsoft Windows
  6. // Copyright (C) Microsoft Corporation, 1992 - 1998
  7. //
  8. // File: guids.cxx
  9. //
  10. // Contents: guid allocations - guids are defined in dsclient.h
  11. //
  12. // History: 21-March-97 EricB created
  13. //
  14. //-----------------------------------------------------------------------------
  15. #include "stdafx.h"
  16. // initguid.h requires this.
  17. //
  18. #include <objbase.h>
  19. // this redefines the DEFINE_GUID() macro to do allocation.
  20. //
  21. #include <initguid.h>
  22. #include <dsclient.h>
  23. #include <dsadmin.h>