Differences From Artifact [bafe035478]:
- File src/unit1.pas — part of check-in [062e24b56e] at 2024-01-30 22:21:45 on branch trunk — [Improved] Multi-threading is more standards-compliant now (thanks @Th69). Oh, and I did some code formatting. (user: Cthulhux, size: 16339) [annotate] [blame] [check-ins using]
To Artifact [99cc82d50b]:
- File src/unit1.pas — part of check-in [2128815afe] at 2024-04-29 12:13:19 on branch trunk — Fixed Windows build (typo) (user: Cthulhux, size: 16340) [annotate] [blame] [check-ins using]
︙ | |||
101 102 103 104 105 106 107 | 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 | - + | {$ENDIF} private var currentGroffFilePath: string; currentGroffFileName: string; unsavedChanges: boolean; {$IFDEF WINDOWS} |
︙ |