Historie revizí

Autor SHA1 Zpráva Datum
  Martijn Laan a91473a7d3 Fix a few ISPP warnings + a bit of formatting cleanup. před 1 měsícem
  Martijn Laan c56b11a706 Fix ISPP 64-bit compilation: it used a TStack with elements of type Pointer which was then used to stuff in elements of 2 other types with size <= SizeOf(Pointer): TConditionalBlockInfo and TPreprocessor. Especially the former is an issue because it's a record. And casting a record directly to or from a Pointer is not something Delphi likes. Fix/clean this by using generic T type instead of Pointer for TStack. před 1 měsícem
  Martijn Laan 6db7a31745 Move the sources back into the Src folder now that they have prefixes. Changed the Shared prefix of the files which were in SetupLdrAndSetup to Setup. Todo: the remaining dirs with helper code. před 1 rokem