summaryrefslogtreecommitdiff
path: root/fpcsrc/rtl/symbian/buildrtl.pp
blob: 9a7303d7a0ed704ab76f5eeb1807d15abd91fca8 (plain)
1
2
3
4
5
6
7
8
9
10
11
unit buildrtl;

  interface

    uses
      ctypes, strings,
      symbian, uiq, uiqclasses;

  implementation

end.