mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-28 11:27:10 +01:00
rtl/inc/system.inc: + new variables that hold pointers to the tables + new procedure SetupEntryInformation() that should be used in the entry points of indirect entry targets to setup cross target fields + for direct entry targets the two resource string tables are imported here and supplied as initialization to the table pointers objpas/objpas.pp: * adjust table declarations so that the pointers provided from the System unit are used * adjust usages of the tables as they are now pointers win32/system.pp: * Exe_Entry: use SetupEntryInformation() win/syswin.inc: * Dll_Entry: use SetupEntryInformation() git-svn-id: trunk@33028 - |
||
|---|---|---|
| .. | ||
| wininc | ||
| dos.pp | ||
| dynlibs.inc | ||
| fpcmemdll.pp | ||
| messages.pp | ||
| sharemem.pp | ||
| sysdir.inc | ||
| sysdl.inc | ||
| sysdlh.inc | ||
| sysfile.inc | ||
| sysheap.inc | ||
| sysos.inc | ||
| sysosh.inc | ||
| systhrd.inc | ||
| systlsdir.inc | ||
| sysutils.pp | ||
| syswin.inc | ||
| tthread.inc | ||
| windirs.pp | ||
| winres.inc | ||