18 Apr
Posted by: Christian Wimmer in: JEDI Windows Security Code Lib
JWSCL uses (rarely) the DEBUG compiler condition definition like in “What is the internal variable TJwSecurityID.fDbgData for?“. However there is no “RELEASE” directive. Why? The reason is simple: There is no need for. If you don’t define DEBUG, JWSCL will be compiled without any debug codes. If you need a release condition, you can simply introduce it into your code and use it. Though JWSCL won’t use it.
Leave a reply