Explorar o código

* Add mode and strings directives

git-svn-id: trunk@39426 -
michael %!s(int64=7) %!d(string=hai) anos
pai
achega
fe62a95b08
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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;