# # # patch "ChangeLog" # from [de01cc9b97b03abc6ea0f28102db5694a0992f30] # to [b59d9d8054808010b55bc448c59ea4d4b46b61ca] # # patch "win32/get_system_flavour.cc" # from [190b43d9f01cd746ea3b74655df23420d8a877be] # to [cedc2f9d3e2ff48e7f99447c51671152e18dea39] # # patch "win32/inodeprint.cc" # from [22ed21f2ec7cbd3bf06e68c3dfec305ef4d44169] # to [a869cdcc78fecf0ad1d94a2ccf2d9ef40f9b9048] # # patch "win32/read_password.cc" # from [77682e22c4209b65114b40a0a7c93e6efe8c9fea] # to [5186f3e5fd834027192f0731b5a7168259da4099] # # patch "win32/terminal.cc" # from [b392850a401d6d5b28ba21d362399fdca2151835] # to [cd2e5bedabc938989240544f8e371735bd2957e1] # ============================================================ --- ChangeLog de01cc9b97b03abc6ea0f28102db5694a0992f30 +++ ChangeLog b59d9d8054808010b55bc448c59ea4d4b46b61ca @@ -1,5 +1,8 @@ 2007-02-08 Matthew Gregan + * win32/{get_system_flavour.cc, inodeprint.cc, read_password.cc, + terminal.cc}: More Win32_LEAN_AND_MEAN. + * netxx_pipe.{cc,hh}, rcs_file.cc, tester.cc: Add WIN32_LEAN_AND_MEAN defines where we include windws.h ============================================================ --- win32/get_system_flavour.cc 190b43d9f01cd746ea3b74655df23420d8a877be +++ win32/get_system_flavour.cc cedc2f9d3e2ff48e7f99447c51671152e18dea39 @@ -6,6 +6,7 @@ #include "sanity.hh" #include +#define WIN32_LEAN_AND_MEAN #include struct table_entry ============================================================ --- win32/inodeprint.cc 22ed21f2ec7cbd3bf06e68c3dfec305ef4d44169 +++ win32/inodeprint.cc a869cdcc78fecf0ad1d94a2ccf2d9ef40f9b9048 @@ -1,8 +1,9 @@ // copyright (C) 2005 nathaniel smith // all rights reserved. // licensed to the public under the terms of the GNU GPL (>= 2) // see the file COPYING for details +#define WIN32_LEAN_AND_MEAN #include #include ============================================================ --- win32/read_password.cc 77682e22c4209b65114b40a0a7c93e6efe8c9fea +++ win32/read_password.cc 5186f3e5fd834027192f0731b5a7168259da4099 @@ -7,6 +7,7 @@ #include #include #include +#define WIN32_LEAN_AND_MEAN #include #include "sanity.hh" ============================================================ --- win32/terminal.cc b392850a401d6d5b28ba21d362399fdca2151835 +++ win32/terminal.cc cd2e5bedabc938989240544f8e371735bd2957e1 @@ -1,9 +1,10 @@ // copyright (C) 2005 derek scherger // copyright (C) 2005 nathaniel smith // all rights reserved. // licensed to the public under the terms of the GNU GPL (>= 2) // see the file COPYING for details +#define WIN32_LEAN_AND_MEAN #include #include