fpc/rtl/win
pierre 0fabda01a8 * Added code to support Windows 95 again
This code is disabled by default, you need to complie the RTL
  with option -dSUPPORT_WIN95.

    2.4.2 release is already not usable on Windows 95 because
  the kernel32 DLL function TryEnterCriticalSection is loaded
  into system unit unconditionnally, while this function does
  not exist in Winddows 95 kernel32.

    This patch uses LoadLibrary/GetProcAddress coupple to check if
  TryEnterCriticalSection exists and provides an alternate implementation
  that will be used on Windows 95 systems only (Windows 98 kernel32
  DLL does export TryEnterCriticalSection).

git-svn-id: trunk@16579 -
2010-12-17 14:12:43 +00:00
..
wininc rtl: add IO_REPARSE_TAG constants 2010-11-18 04:06:49 +00:00
crt.pp * win crt unit returns #13 for numeric enter as well, resolves #13203 2009-12-21 09:59:04 +00:00
dos.pp * Fixed warnings. rtl is warnings and notes free for wince and win32 again. 2008-04-12 13:34:26 +00:00
dynlibs.inc * dynlibs.pas: added 'const' modifiers to eliminate unnecessary local string copies 2010-11-18 22:09:48 +00:00
fpcmemdll.pp
fpwinsockh.inc
keyboard.pp * Fixed warnings. rtl is warnings and notes free for wince and win32 again. 2008-04-12 13:34:26 +00:00
messages.pp
mouse.pp * Fixed warnings. 2007-12-22 12:27:03 +00:00
printer.pp
sharemem.pp
sockets.pp + add missing SHUT_* constants for fpshutdown() (aliases from winsock2) 2008-10-20 16:57:32 +00:00
sysdir.inc * ansistring versions of mk/rm/chdir in objpas, Mantis 15010. The os-dependant routines of *nix/os2/win/dos have been converted 2009-11-18 18:04:51 +00:00
sysfile.inc * Fix for Bug report 17550 2010-10-06 16:04:46 +00:00
sysheap.inc
sysos.inc * Fixed spell error revealed by lintian. 2010-10-06 20:33:57 +00:00
sysosh.inc
systhrd.inc * Added code to support Windows 95 again 2010-12-17 14:12:43 +00:00
sysutils.pp * win/sysutils.pp, FileOpen and FileCreate, removed manual zero-termination of strings. This unit compiles in {$h+} state, and AnsiString zero-termination is handled automatically these days. 2010-12-12 15:07:38 +00:00
syswin.inc - removes Thread_count from the system unit of several OSes: the value of this variable was unpredictable and the hebaviour was not fixable, resolves #18089 2010-11-28 20:46:50 +00:00
tthread.inc * TThread, Windows implementation: prevent resource leak when destroying an initially suspended and never resumed thread. The thread must be always resumed so that ThreadProc can complete and cleanup. Fixes Mantis #17560. 2010-11-01 22:37:33 +00:00
varutils.pp * VariantInit is a procedure, not a function (according to both MSDN and Delphi docs). 2010-12-09 01:27:09 +00:00
video.pp * corrected wrong register in x86_64 asm 2010-08-19 08:52:37 +00:00
winevent.pp * avoid deadlock when shutting down the event handler thread 2007-11-11 22:27:29 +00:00
winres.inc Merged revisions 9693-10480 via svnmerge from 2008-03-12 21:33:48 +00:00
winsock2.pp * Correction of PAFProtocols (Ivan Shikhalev, bug ID #17924 2010-11-13 15:51:43 +00:00
winsock.pp * PWSADAta was missing ^ to make it a pointer. 2009-10-23 19:01:35 +00:00