Browse Source

Add EMX to SocketsOses constant

git-svn-id: trunk@37012 -
pierre 8 years ago
parent
commit
5d96ca4baf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/rtl-extra/fpmake.pp

+ 1 - 1
packages/rtl-extra/fpmake.pp

@@ -26,7 +26,7 @@ Const
   ObjectsOSes   = [atari,emx,gba,go32v2,macos,msdos,nds,netware,netwlibc,os2,win32,win64,wince]+UnixLikes+AllAmigaLikeOSes;
   WinsockOSes   = [win32,win64,wince,os2,emx,netware,netwlibc];
   WinSock2OSes  = [win32,win64,wince];
-  SocketsOSes   = UnixLikes+AllAmigaLikeOSes+[netware,netwlibc,os2,wince,win32,win64];
+  SocketsOSes   = UnixLikes+AllAmigaLikeOSes+[netware,netwlibc,os2,emx,wince,win32,win64];
   Socksyscall   = [beos,freebsd,haiku,linux,netbsd,openbsd,dragonfly];
   Socklibc  = unixlikes-socksyscall;
   gpmOSes = [Linux,Android];