Passwordfile library  3.2.0
C++ library to read/write passwords from/to encrypted files
global.h
Go to the documentation of this file.
1 // Created via CMake from template global.h.in
2 // WARNING! Any changes to this file will be overwritten by the next CMake run!
3 
4 #ifndef PASSWORD_FILE_GLOBAL
5 #define PASSWORD_FILE_GLOBAL
6 
7 #include <c++utilities/application/global.h>
8 
9 #ifdef PASSWORD_FILE_STATIC
10 #define PASSWORD_FILE_EXPORT
11 #define PASSWORD_FILE_IMPORT
12 #else
13 #define PASSWORD_FILE_EXPORT LIB_EXPORT
14 #define PASSWORD_FILE_IMPORT LIB_IMPORT
15 #endif
16 
27 #endif // PASSWORD_FILE_GLOBAL