Windows compile fixes, check if running as administrator on startup for Windows.

This commit is contained in:
Adam Ierymenko 2014-01-21 16:49:34 -08:00
commit 2498ecbc84
3 changed files with 214 additions and 11 deletions

View file

@ -45,6 +45,7 @@ namespace ZeroTierOneService
private void ztService_Exited(object sender, System.EventArgs e)
{
ztService = null;
}
private string ztHome;