diff options
author | David Starks-Browning <starksb@ebi.ac.uk> | 2002-03-20 23:12:26 +0000 |
---|---|---|
committer | David Starks-Browning <starksb@ebi.ac.uk> | 2002-03-20 23:12:26 +0000 |
commit | d5ded091b67c91367646d985ae870847de400458 (patch) | |
tree | 3c7aff05a42c8be0be1ca25ff7dfe86e618ed411 /winsup/doc/how-programming.texinfo | |
parent | bab8194c805a067d13b0854a48afc98dc5f6b22c (diff) | |
download | newlib-d5ded091b67c91367646d985ae870847de400458.zip newlib-d5ded091b67c91367646d985ae870847de400458.tar.gz newlib-d5ded091b67c91367646d985ae870847de400458.tar.bz2 |
remove "not yet updated" for preprocessor, GUI programming entries.
Diffstat (limited to 'winsup/doc/how-programming.texinfo')
-rw-r--r-- | winsup/doc/how-programming.texinfo | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/winsup/doc/how-programming.texinfo b/winsup/doc/how-programming.texinfo index 2a2fc4d..cd5f5c2 100644 --- a/winsup/doc/how-programming.texinfo +++ b/winsup/doc/how-programming.texinfo @@ -546,9 +546,6 @@ invoked in your Makefiles. @subsection What preprocessor do I need to know about? -@strong{(Please note: This section has not yet been updated for the latest -net release.)} - We use _WIN32 to signify access to the Win32 API and __CYGWIN__ for access to the Cygwin environment provided by the dll. @@ -559,9 +556,6 @@ be compiled with VC++. @subsection How should I port my Unix GUI to Windows? -@strong{(Please note: This section has not yet been updated for the latest -net release.)} - There are two basic strategies for porting Unix GUIs to Windows. The first is to use a portable graphics library such as tcl/tk, X11, or |