mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 21:37:17 +01:00
7 lines
121 B
C
7 lines
121 B
C
#ifndef WIN32APP_H__
|
|
#define WIN32APP_H__
|
|
|
|
#define I2PD_WIN32_CLASSNAME "i2pd main window"
|
|
|
|
#endif // WIN32APP_H__
|