mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2024-10-31 09:20:38 +00:00
9 lines
145 B
C
9 lines
145 B
C
#ifndef WIN32APP_H__
|
|
#define WIN32APP_H__
|
|
|
|
#include <windows.h>
|
|
|
|
#define I2PD_WIN32_CLASSNAME "i2pd main window"
|
|
|
|
#endif // WIN32APP_H__
|