initial commit of Win32App

This commit is contained in:
orignal 2016-03-07 14:54:57 -05:00
parent a5576ddbf3
commit 6383fc3575
3 changed files with 65 additions and 1 deletions

8
Win32/Win32App.h Normal file
View file

@ -0,0 +1,8 @@
#ifndef WIN32APP_H__
#define WIN32APP_H__
#include <windows.h>
#define I2PD_WIN32_CLASSNAME "i2pd main window"
#endif // WIN32APP_H__