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.

44 lines
547 B

  1. /*++
  2. Copyright (C) Microsoft Corporation, 1997 - 1999
  3. Module Name:
  4. guids.c
  5. Abstract:
  6. Define the GUIDs used.
  7. Author:
  8. Gopal Parupudi <GopalP>
  9. [Notes:]
  10. optional-notes
  11. Revision History:
  12. GopalP 12/10/1997 Start.
  13. --*/
  14. #pragma data_seg(".text")
  15. #define INITGUID
  16. #include <objbase.h>
  17. #include <initguid.h>
  18. // All guid header files
  19. #include <coguid.h>
  20. #include <ndisguid.h>
  21. #include <ntddndis.h>
  22. #include <wmium.h>
  23. #include <sens.h>
  24. #pragma data_seg()