1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-23 17:34:21 +00:00

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 fCanShutdown,
BOOL fCanPauseContinue) BOOL fCanPauseContinue)
{ {
m_name = (pszServiceName == NULL) ? "" : pszServiceName; m_name = (pszServiceName == NULL) ? (PSTR)"" : pszServiceName;
m_statusHandle = NULL; m_statusHandle = NULL;