i2pd/Win32/Win32App.h

18 lines
296 B
C
Raw Normal View History

2016-03-07 22:54:57 +03:00
#ifndef WIN32APP_H__
#define WIN32APP_H__
#define I2PD_WIN32_CLASSNAME "i2pd main window"
2016-03-09 22:41:14 +03:00
namespace i2p
{
namespace win32
{
bool StartWin32App ();
void StopWin32App ();
int RunWin32App ();
bool GracefulShutdown ();
bool StopGracefulShutdown ();
2016-03-09 22:41:14 +03:00
}
}
2016-03-07 22:54:57 +03:00
#endif // WIN32APP_H__