fixed mingw build error

This commit is contained in:
orignal 2015-11-20 12:34:53 -05:00
parent 1588d2734c
commit c1e2ee32b4

View File

@ -76,7 +76,7 @@ I2PService::I2PService(PSTR pszServiceName,
BOOL fCanShutdown,
BOOL fCanPauseContinue)
{
m_name = (pszServiceName == NULL) ? "" : pszServiceName;
m_name = (pszServiceName == NULL) ? (PSTR)"" : pszServiceName;
m_statusHandle = NULL;