mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 02:27:40 -04:00
Fix some minGW bugs.
This commit is contained in:
@ -116,7 +116,7 @@ class plResDlgLoader : public plRegistryPageIterator, public plRegistryKeyIterat
|
||||
{
|
||||
TVITEM tvi = {0};
|
||||
tvi.mask = TVIF_TEXT | TVIF_PARAM;
|
||||
tvi.pszText = text ? (char*)text : "<NULL>";
|
||||
tvi.pszText = text ? (char*)text : (char*)"<NULL>";
|
||||
tvi.cchTextMax = text ? strlen(text) : 7;
|
||||
tvi.lParam = (LPARAM)info;
|
||||
|
||||
|
Reference in New Issue
Block a user