summaryrefslogtreecommitdiff
path: root/gcc/ada/g-soliop-mingw.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/g-soliop-mingw.ads')
-rw-r--r--gcc/ada/g-soliop-mingw.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/g-soliop-mingw.ads b/gcc/ada/g-soliop-mingw.ads
index 2966df635e5..039d3754c04 100644
--- a/gcc/ada/g-soliop-mingw.ads
+++ b/gcc/ada/g-soliop-mingw.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 2001-2005, AdaCore --
+-- Copyright (C) 2001-2006, 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- --
@@ -38,5 +38,5 @@
package GNAT.Sockets.Linker_Options is
private
- pragma Linker_Options ("-lwsock32");
+ pragma Linker_Options ("-lws2_32");
end GNAT.Sockets.Linker_Options;