File ypops-fix_bool.diff of Package ypops
--- src/WebBrowser.cpp.orig 2008-03-23 00:51:54.000000000 +0700
+++ src/WebBrowser.cpp 2008-05-18 11:39:24.000000000 +0700
@@ -1662,7 +1662,7 @@
char *AttData = NULL;
int retVal;
CStringEx yy;
- boolean mc = (strncmp(host,"us.mc",5) == 0);
+ bool mc = (strncmp(host,"us.mc",5) == 0);
/* Get the Compose page */
url.Format(YAHOO_URL_COMPOSE, LPCTSTR(host));