diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-27 12:49:27 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-31 17:18:57 +0900 |
| commit | 1a970c2afc4e53022428cf2aa83c333fa31f2bbd (patch) | |
| tree | f866542d0c62a2766021e753ce9a5e0a1ec01020 /akregator/src/mk4storage/metakit/tests/regress.h | |
| parent | 3f74eb8afdac3c84b4179f25ca275f9b3b50ba5c (diff) | |
| download | tdepim-1a970c2a.tar.gz tdepim-1a970c2a.zip | |
Drop Borland compiler specific code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 6b1f9116760b2a693428cc93a0304dd3d7d2856a)
Diffstat (limited to 'akregator/src/mk4storage/metakit/tests/regress.h')
| -rw-r--r-- | akregator/src/mk4storage/metakit/tests/regress.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/akregator/src/mk4storage/metakit/tests/regress.h b/akregator/src/mk4storage/metakit/tests/regress.h index b5611e57..1574bc0d 100644 --- a/akregator/src/mk4storage/metakit/tests/regress.h +++ b/akregator/src/mk4storage/metakit/tests/regress.h @@ -132,14 +132,3 @@ extern void TestStores2(); extern void TestStores3(); extern void TestStores4(); extern void TestStores5(); - - // The Borland C++ RTL does not want file handle objects to cross - // DLL boundaries, so we use special fopen/fclose hooks in the DLL. - -#if defined (__BORLANDC__) // this assumes Metakit is in a DLL! -extern FILE* f4_FileOpenInDLL(const char*, const char*); -extern int f4_FileCloseInDLL(FILE*); - -#define fopen f4_FileOpenInDLL -#define fclose f4_FileCloseInDLL -#endif |
