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
937 B

  1. /*
  2. * F S G U I D . C
  3. *
  4. * Filesystem GUIDs
  5. *
  6. * Copyright 1986-1997 Microsoft Corporation, All Rights Reserved
  7. */
  8. #pragma warning(disable:4001) /* single line comments */
  9. #pragma warning(disable:4050) /* different code attributes */
  10. #pragma warning(disable:4100) /* unreferenced formal parameter */
  11. #pragma warning(disable:4115) /* named type definition in parentheses */
  12. #pragma warning(disable:4127) /* conditional expression is constant */
  13. #pragma warning(disable:4201) /* nameless struct/union */
  14. #pragma warning(disable:4206) /* translation unit is empty */
  15. #pragma warning(disable:4209) /* benign typedef redefinition */
  16. #pragma warning(disable:4214) /* bit field types other than int */
  17. #pragma warning(disable:4514) /* unreferenced inline function */
  18. #include <windows.h>
  19. #pragma warning(disable:4201) /* nameless struct/union */
  20. #define DBINITCONSTANTS
  21. #include <oledb.h>
  22. #include <msidxs.h>