1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-11-22 17:39:53 +03:00
SoftEtherVPN/src/vpncmgr
Daiyuu Nobori 8abcf3d0a9 Debug flag and test mode improvements
1. ifdef DEBUG -> defined(_DEBUG) || defined(DEBUG)
In VC++ compilers, the macro is "_DEBUG", not "DEBUG".

2. If set memcheck = true, the program will be vitally slow since it will log all malloc() / realloc() / free() calls to find the cause of memory leak.
For normal debug we set memcheck = false.
Please set memcheck = true if you want to test the cause of memory leaks.
2018-10-08 04:50:46 +02:00
..
resource.h v4.03-9408-rtm 2014-01-04 22:00:08 +09:00
Server_Offline.ico v4.03-9408-rtm 2014-01-04 22:00:08 +09:00
Server.ico v4.03-9408-rtm 2014-01-04 22:00:08 +09:00
VPN.ico v4.03-9408-rtm 2014-01-04 22:00:08 +09:00
vpncmgr.c Debug flag and test mode improvements 2018-10-08 04:50:46 +02:00
vpncmgr.rc v4.03-9408-rtm 2014-01-04 22:00:08 +09:00
vpncmgr.vcproj Add Windows Driver Kit 7.1.0 directories to projects requiring ATL/MFC 2018-04-20 00:00:33 +02:00