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.

24 lines
592 B

  1. //////////////////////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Guids.cpp
  4. //
  5. // Copyright (C) 1998, 1999 Microsoft Corporation. All rights reserved.
  6. //
  7. // Abstract :
  8. //
  9. // This source file contains the INITGUID define that declares the GUID variables for
  10. // this project
  11. //
  12. // History :
  13. //
  14. // 05/06/1999 luish Created
  15. //
  16. //////////////////////////////////////////////////////////////////////////////////////////////
  17. #define INITGUID
  18. #include <objbase.h>
  19. #include <initguid.h>
  20. #include "AppMan.h"
  21. #include "AppManAdmin.h"
  22. #include "EmptyVc.h"