mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Fix include guards of config-keepassx.h.
This commit is contained in:
parent
bc14898b13
commit
c2781274a0
@ -1,7 +1,7 @@
|
|||||||
/* config-keepassx.h. Generated by cmake from config-keepassx.h.cmake */
|
/* config-keepassx.h. Generated by cmake from config-keepassx.h.cmake */
|
||||||
|
|
||||||
#ifndef KEEPASSX_CONFIG_H
|
#ifndef KEEPASSX_CONFIG_KEEPASSX_H
|
||||||
#define KEEPASSX_CONFIG_H
|
#define KEEPASSX_CONFIG_KEEPASSX_H
|
||||||
|
|
||||||
#define KEEPASSX_VERSION "${KEEPASSX_VERSION}"
|
#define KEEPASSX_VERSION "${KEEPASSX_VERSION}"
|
||||||
|
|
||||||
@ -15,4 +15,4 @@
|
|||||||
|
|
||||||
#cmakedefine GCRYPT_HAS_SALSA20
|
#cmakedefine GCRYPT_HAS_SALSA20
|
||||||
|
|
||||||
#endif // KEEPASSX_CONFIG_H
|
#endif // KEEPASSX_CONFIG_KEEPASSX_H
|
||||||
|
Loading…
Reference in New Issue
Block a user