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.

25 lines
897 B

  1. //=--------------------------------------------------------------------------=
  2. // RToL.H
  3. //=--------------------------------------------------------------------------=
  4. // Copyright 1997 Microsoft Corporation. All Rights Reserved.
  5. //
  6. // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  7. // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  8. // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  9. // PARTICULAR PURPOSE.
  10. //=--------------------------------------------------------------------------=
  11. //
  12. // This is here to support compilation with VC5. VC5 header files lost
  13. // a couple of things for Right To Left so they are right here.
  14. //#if _MSC_VER == 1100
  15. #ifndef _RTOL_H_
  16. #define _RTOL_H_
  17. #define DISPID_RIGHTTOLEFT (-611)
  18. #define DISPID_AMBIENT_RIGHTTOLEFT (-732)
  19. #endif // _RTOL_H_
  20. //#endif // _MSC_VER