Disable VIA padlock (crashes on Mac OS)

Untag 0.4.0beta1

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@258 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
sniperbeamer 2009-01-20 22:56:21 +00:00
parent 2434e9111f
commit 77500ca0e9
1 changed files with 2 additions and 1 deletions

View File

@ -191,7 +191,8 @@
order (which later checks below ensure). order (which later checks below ensure).
*/ */
#if 1 && defined( VIA_ACE_POSSIBLE ) && !defined( USE_VIA_ACE_IF_PRESENT ) // DISABLE VIA ACE
#if 0 && defined( VIA_ACE_POSSIBLE ) && !defined( USE_VIA_ACE_IF_PRESENT )
# define USE_VIA_ACE_IF_PRESENT # define USE_VIA_ACE_IF_PRESENT
#endif #endif