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.
|
|
/*****************************************************************************\
* * * Version 4.00 * * * * Copyright (c) 1985-1994, Microsoft Corp. All rights reserved. * * * ******************************************************************************/
#ifndef NOBIDI
#define BIDI_SYSTEM_FONT 17
#define BIDI_VAR_FONT 18
#define BIDI_SYSTEM_FIXED_FONT 19
#define WS_EX_BIDI_NOICON 0x00008000L
#define WS_EX_BIDI_MENU 0x00004000L
#define WS_EX_BIDI_SCROLL 0x00002000L
#define WS_EX_BIDI_CAPTION 0x00001000L
#define MB_RTL_READING 0x0400
#define MB_HEBREW_BUTTONS 0x0800
#define MB_BIDIDEFMASK 0x0300
#define OFN_BIDIDIALOG 0x80000000
#endif
|