diff options
| author | Adam Ierymenko <adam.ierymenko@zerotier.com> | 2014-08-21 17:49:46 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@zerotier.com> | 2014-08-21 17:49:46 -0700 |
| commit | af62a6cade200abdf5a282fb3f0ae1a9ec875dd2 (patch) | |
| tree | ad9d4b62c886129273e4a5268b76886ec71632fc | |
| parent | de4e29288d30183ca78a5e0878431ed47fa58b8f (diff) | |
| download | infinitytier-af62a6cade200abdf5a282fb3f0ae1a9ec875dd2.tar.gz infinitytier-af62a6cade200abdf5a282fb3f0ae1a9ec875dd2.zip | |
Forgot to uncomment secret debug #define of death.
| -rw-r--r-- | main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ // Uncomment on Windows to assume -C and run in console instead of service // Useful for Visual Studio debugging (launch VS as Administrator to run) -#define ZT_WIN_RUN_IN_CONSOLE +//#define ZT_WIN_RUN_IN_CONSOLE #include <stdio.h> #include <stdlib.h> |
