OSDN Git Service

2010-01-26 Thomas Quinot <quinot@adacore.com>
[pf3gnuchains/gcc-fork.git] / gcc / ada / g-soliop-mingw.ads
index 0187438..d28db18 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---            Copyright (C) 2001-2005 Ada Core Technologies, Inc.           --
+--                     Copyright (C) 2001-2008, AdaCore                     --
 --                                                                          --
 -- GNAT is free software;  you can  redistribute it  and/or modify it under --
 -- terms of the  GNU General Public License as published  by the Free Soft- --
 ------------------------------------------------------------------------------
 
 --  This package is used to provide target specific linker_options for the
---  support of scokets as required by the package GNAT.Sockets.
+--  support of sockets as required by the package GNAT.Sockets.
 
 --  This is the Windows/NT version of this package
 
+--  This package should not be directly with'ed by an application program
+
 package GNAT.Sockets.Linker_Options is
 private
-   pragma Linker_Options ("-lwsock32");
+   pragma Linker_Options ("-lws2_32");
 end GNAT.Sockets.Linker_Options;