programs: Use WIN32_LEAN_AND_MEAN in some more places.
diff --git a/programs/hh/main.c b/programs/hh/main.c
index 494c6ce..51a5b8b 100644
--- a/programs/hh/main.c
+++ b/programs/hh/main.c
@@ -16,6 +16,8 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
+#define WIN32_LEAN_AND_MEAN
+
 #include <windows.h>
 
 typedef int WINAPI DOWINMAIN(HMODULE hMod, LPSTR cmdline);