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.

25 lines
700 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1994-1999.
  5. //
  6. // File: oledbtyp.h
  7. //
  8. // Contents: Necessary type definitions for OLD-DB interfaces
  9. //
  10. // Notes: This file works around the fact that not everyone yet
  11. // has oleaut.h.
  12. // We just conditionally include the right type definitions
  13. // for whatever platform we're running on.
  14. //
  15. // History: 25 Aug 94 Alanw Created
  16. //
  17. //+---------------------------------------------------------------------------
  18. #if _MSC_VER > 1000
  19. #pragma once
  20. #endif
  21. #if !defined( _VARNT_DEFINED )
  22. #include <oaidl.h>
  23. #endif //!defined( _VARNT_DEFINED )