Sfoglia il codice sorgente

* Add mode and strings directives

git-svn-id: trunk@39426 -
michael 7 anni fa
parent
commit
fe62a95b08
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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;