Browse Source

* Set mode explicitly to fpc

git-svn-id: trunk@26939 -
michael 11 years ago
parent
commit
54e926fdb5
1 changed files with 2 additions and 0 deletions
  1. 2 0
      packages/rtl-extra/src/win/winsock.pp

+ 2 - 0
packages/rtl-extra/src/win/winsock.pp

@@ -17,6 +17,8 @@
 {$ifndef NO_SMART_LINK}
 {$smartlink on}
 {$endif}
+{$mode fpc}
+
 unit winsock;
 
   interface