mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 00:00:29 +03:00
fixed mingw build error
This commit is contained in:
parent
1588d2734c
commit
c1e2ee32b4
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user