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
25 lines
897 B
//=--------------------------------------------------------------------------=
|
|
// RToL.H
|
|
//=--------------------------------------------------------------------------=
|
|
// Copyright 1997 Microsoft Corporation. All Rights Reserved.
|
|
//
|
|
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
|
|
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
|
|
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
|
|
// PARTICULAR PURPOSE.
|
|
//=--------------------------------------------------------------------------=
|
|
//
|
|
// This is here to support compilation with VC5. VC5 header files lost
|
|
// a couple of things for Right To Left so they are right here.
|
|
|
|
//#if _MSC_VER == 1100
|
|
|
|
#ifndef _RTOL_H_
|
|
#define _RTOL_H_
|
|
|
|
#define DISPID_RIGHTTOLEFT (-611)
|
|
#define DISPID_AMBIENT_RIGHTTOLEFT (-732)
|
|
|
|
#endif // _RTOL_H_
|
|
|
|
//#endif // _MSC_VER
|