r=me, sr=blizzard (platform specific code)
OS/2 GCC work


git-svn-id: svn://10.0.0.236/trunk@140121 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkaply%us.ibm.com 2003-03-23 23:58:25 +00:00
parent ca7c70ef00
commit b62d290a1c

View File

@ -217,7 +217,7 @@ BOOL CPlugin::init(HWND hWndParent)
(PVOID)this,
0);
WinSetPresParam(m_hWnd, PP_FONTNAMESIZE, 10, "9.WarpSans");
WinSetPresParam(m_hWnd, PP_FONTNAMESIZE, 10, (PVOID)"9.WarpSans");
assert(m_hWnd != NULL);
if((m_hWnd == NULL) || (!WinIsWindow((HAB)0, m_hWnd)))