Browse Source

* Add mode and strings directives

git-svn-id: trunk@39426 -
michael 7 years ago
parent
commit
fe62a95b08
1 changed files with 2 additions and 0 deletions
  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;