mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-08 22:13:48 +01:00
6 lines
121 B
C
6 lines
121 B
C
#ifndef WIN32APP_H__
|
|
#define WIN32APP_H__
|
|
|
|
#define I2PD_WIN32_CLASSNAME "i2pd main window"
|
|
|
|
#endif // WIN32APP_H__
|