Browse Source

* Add mode and strings directives

git-svn-id: trunk@39426 -
michael 7 năm trước cách đây
mục cha
commit
fe62a95b08
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      packages/fcl-web/examples/simpleserver/simpleserver.pas

+ 2 - 0
packages/fcl-web/examples/simpleserver/simpleserver.pas

@@ -1,3 +1,5 @@
+{$mode objfpc}
+{$h+}
 program simpleserver;
 
 uses sysutils,custhttpapp, fpwebfile;