Browse Source

+ fix for Mantis #35203: add TLS_OUT_OF_INDEXES constant to Windows unit

git-svn-id: trunk@41635 -
svenbarth 6 years ago
parent
commit
9ddf90b059
1 changed files with 1 additions and 0 deletions
  1. 1 0
      rtl/win/wininc/defines.inc

+ 1 - 0
rtl/win/wininc/defines.inc

@@ -49,6 +49,7 @@
   const
      UNICODE_NULL = WCHAR(#0);
      MAX_PATH = 260;
+     TLS_OUT_OF_INDEXES = DWORD($FFFFFFFF);
      LF_FACESIZE = 32;
      LF_FULLFACESIZE = 64;
      ELF_VENDOR_SIZE = 4;