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.

24 lines
1.0 KiB

  1. /*****************************************************************************\
  2. * *
  3. * Version 4.00 *
  4. * *
  5. * Copyright (c) 1985-1994, Microsoft Corp. All rights reserved. *
  6. * *
  7. ******************************************************************************/
  8. #ifndef NOBIDI
  9. #define BIDI_SYSTEM_FONT 17
  10. #define BIDI_VAR_FONT 18
  11. #define BIDI_SYSTEM_FIXED_FONT 19
  12. #define WS_EX_BIDI_NOICON 0x00008000L
  13. #define WS_EX_BIDI_MENU 0x00004000L
  14. #define WS_EX_BIDI_SCROLL 0x00002000L
  15. #define WS_EX_BIDI_CAPTION 0x00001000L
  16. #define MB_RTL_READING 0x0400
  17. #define MB_HEBREW_BUTTONS 0x0800
  18. #define MB_BIDIDEFMASK 0x0300
  19. #define OFN_BIDIDIALOG 0x80000000
  20. #endif