Pārlūkot izejas kodu

* Add mode and strings directives

git-svn-id: trunk@39426 -
michael 7 gadi atpakaļ
vecāks
revīzija
fe62a95b08

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

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