Changeset 40 for trunk/AcronymDecoder.lpr
- Timestamp:
- Jul 13, 2016, 9:38:45 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/AcronymDecoder.lpr
r27 r40 1 1 program AcronymDecoder; 2 2 3 {$mode objfpc}{$H+}3 {$mode delphi}{$H+} 4 4 5 5 uses 6 {$IFDEF UNIX} {$IFDEF UseCThreads}6 {$IFDEF UNIX} 7 7 cthreads, 8 {$ENDIF} {$ENDIF}8 {$ENDIF} 9 9 Interfaces, // this includes the LCL widgetset 10 10 Forms, UAcronym, Common, SysUtils, TemplateGenerics, UFormImport,
Note:
See TracChangeset
for help on using the changeset viewer.