mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-23 01:49:53 +03:00
8abcf3d0a9
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. |
||
---|---|---|
.. | ||
resource.h | ||
vpndrvinst.c | ||
vpndrvinst.h | ||
vpndrvinst.ico | ||
vpndrvinst.rc | ||
vpndrvinst.vcproj |