mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
initial commit of Win32App
This commit is contained in:
parent
a5576ddbf3
commit
6383fc3575
3 changed files with 65 additions and 1 deletions
8
Win32/Win32App.h
Normal file
8
Win32/Win32App.h
Normal file
|
@ -0,0 +1,8 @@
|
|||
#ifndef WIN32APP_H__
|
||||
#define WIN32APP_H__
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
#define I2PD_WIN32_CLASSNAME "i2pd main window"
|
||||
|
||||
#endif // WIN32APP_H__
|
Loading…
Add table
Add a link
Reference in a new issue