mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-06-12 00:56:51 +02:00
invoke win32app functions from main
This commit is contained in:
parent
95b2bf3645
commit
74d4b8e0b9
5 changed files with 167 additions and 186 deletions
|
@ -3,4 +3,13 @@
|
|||
|
||||
#define I2PD_WIN32_CLASSNAME "i2pd main window"
|
||||
|
||||
namespace i2p
|
||||
{
|
||||
namespace win32
|
||||
{
|
||||
bool StartWin32App ();
|
||||
void StopWin32App ();
|
||||
int RunWin32App ();
|
||||
}
|
||||
}
|
||||
#endif // WIN32APP_H__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue