diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-03 12:13:28 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-07 11:16:45 +0900 |
| commit | 04455a04d5343983cf1e78eed552ec5df5664798 (patch) | |
| tree | 748554ff3356fd0a995993925b4df920a1360135 /src/core/main.cpp | |
| parent | 21265b55b787a84ff3f4775f9cf3812e4dd0649e (diff) | |
| download | ktechlab-04455a04d5343983cf1e78eed552ec5df5664798.tar.gz ktechlab-04455a04d5343983cf1e78eed552ec5df5664798.zip | |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 6a37c45d00fee858cb1c3a4f6a375e51b8cf3100)
Diffstat (limited to 'src/core/main.cpp')
| -rw-r--r-- | src/core/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/main.cpp b/src/core/main.cpp index a8a4f39..aa14b90 100644 --- a/src/core/main.cpp +++ b/src/core/main.cpp @@ -63,7 +63,7 @@ int main(int argc, char **argv) #ifndef NO_GPSIM -KDE_EXPORT void exit_gpsim(int ret) +TDE_EXPORT void exit_gpsim(int ret) { printf("gpsim attempted to call exit_gpsim(%d), ***IGNORING***\n", ret); // exit(ret); |
