diff options
author | saturneric <[email protected]> | 2024-07-12 18:39:17 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-07-12 18:39:17 +0000 |
commit | 96e4c85edc09e106631860f823a42440d013e455 (patch) | |
tree | fd69604b607da4f7d9a9d51503ef5fc64ed75f89 /include/GFModuleExport.h | |
parent | feat: initialize and move in two modules (diff) | |
download | Modules-96e4c85edc09e106631860f823a42440d013e455.tar.gz Modules-96e4c85edc09e106631860f823a42440d013e455.zip |
feat: try using ui and i18n apis from sdk
Diffstat (limited to '')
-rw-r--r-- | include/GFModuleExport.h (renamed from src/gpg_info/GFModuleExport.h) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpg_info/GFModuleExport.h b/include/GFModuleExport.h index a1fc105..2a669cc 100644 --- a/src/gpg_info/GFModuleExport.h +++ b/include/GFModuleExport.h @@ -7,7 +7,7 @@ # define GF_MODULE_NO_EXPORT #else # ifndef GF_MODULE_EXPORT -# ifdef mod_gpg_info_EXPORTS +# ifdef GF_MODULE_EXPORTS /* We are building this library */ # define GF_MODULE_EXPORT __attribute__((visibility("default"))) # else |