diff options
author | Bruno Haible <bruno@clisp.org> | 2011-01-29 03:19:33 +0100 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2011-06-07 23:39:45 +0200 |
commit | a4582bcdba90b473aa77ba5b1e43f15d95df3fbc (patch) | |
tree | 40901c63f4e400ac6102ae5f3fb16c0c500138a9 /gettext-tools/woe32dll | |
parent | a21071793ee67c877c9038154a296162c8c23d92 (diff) | |
download | external_gettext-a4582bcdba90b473aa77ba5b1e43f15d95df3fbc.zip external_gettext-a4582bcdba90b473aa77ba5b1e43f15d95df3fbc.tar.gz external_gettext-a4582bcdba90b473aa77ba5b1e43f15d95df3fbc.tar.bz2 |
Add a comment.
Diffstat (limited to 'gettext-tools/woe32dll')
-rw-r--r-- | gettext-tools/woe32dll/export.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gettext-tools/woe32dll/export.h b/gettext-tools/woe32dll/export.h index 6404832..717f694 100644 --- a/gettext-tools/woe32dll/export.h +++ b/gettext-tools/woe32dll/export.h @@ -1,5 +1,5 @@ /* Exporting symbols from Cygwin shared libraries. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 2011 Free Software Foundation, Inc. Written by Bruno Haible <bruno@clisp.org>, 2006. This program is free software: you can redistribute it and/or modify @@ -87,7 +87,9 @@ Note: --export-all-symbols is the default when no other symbol is explicitly exported. This means, the use of an explicit export on the variables has the effect of no longer exporting the functions! - until the option - --export-all-symbols is used. */ + --export-all-symbols is used. + + See <http://www.haible.de/bruno/woe32dll.html> for more details. */ /* IMP(x) is a symbol that contains the address of x. */ #define IMP(x) _imp__##x |