fpc/rtl/win
svenbarth b79e7ce1f9 Implement GetCPUCount for Windows OSes. This is for all three Windows targets.
rtl/win/sysos.inc:
  + add definition of TSystemInfo structure
  + add import of GetSystemInfo
  + add implementation of GetCPUCount which returns value for number of processors retrieved by GetSystemInfo

git-svn-id: trunk@28643 -
2014-09-12 18:40:59 +00:00
..
wininc * add taglogfont out of compatibility, patch by Ocean, mantis #0026539 2014-08-19 17:45:23 +00:00
dos.pp + unicodestring support for assign/erase/rename 2013-07-19 16:30:51 +00:00
dynlibs.inc * GetProcAddr added for OS/2, type of argument for ordinal target specific now 2014-01-19 21:15:26 +00:00
fpcmemdll.pp
messages.pp
sharemem.pp
sysdir.inc * Windows targets: removed 'errno' threadvar, OS error codes can be passed directly to Errno2InOutRes(). 2014-02-19 07:28:46 +00:00
sysfile.inc * Windows targets: removed 'errno' threadvar, OS error codes can be passed directly to Errno2InOutRes(). 2014-02-19 07:28:46 +00:00
sysheap.inc * First part of 64-bit Windows fixes from Mantis #23074. 2014-02-18 02:10:35 +00:00
sysos.inc Implement GetCPUCount for Windows OSes. This is for all three Windows targets. 2014-09-12 18:40:59 +00:00
sysosh.inc * Made TStartupInfo type common for win32 and win64 and updated as suggested by Mantis #23074. 2014-02-18 16:49:08 +00:00
systhrd.inc * First part of 64-bit Windows fixes from Mantis #23074. 2014-02-18 02:10:35 +00:00
systlsdir.inc
sysutils.pp * Fixed bug ID #23290 (FileSetDate on Dir) 2014-02-06 12:01:25 +00:00
syswin.inc * Do not display error message if NoErrMsg is set. 2014-05-11 10:19:04 +00:00
tthread.inc
windirs.pp * updated GetWindowsSpecialDir():string so it uses the -A or -W api call 2013-08-19 22:47:19 +00:00
winres.inc