diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-27 14:03:32 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-31 17:00:09 +0900 |
| commit | a0850da02417c89639d07e3ff452a6cd765945ed (patch) | |
| tree | ed3eb332ae3965d3ec749e598a982786ed3ffb16 /siplib/sip-tqt.h | |
| parent | fa5e4646122884c24513931d95b363ee47f62520 (diff) | |
| download | sip4-tqt-a0850da02417c89639d07e3ff452a6cd765945ed.tar.gz sip4-tqt-a0850da02417c89639d07e3ff452a6cd765945ed.zip | |
Drop Borland compiler specific code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 4631d9e47b1200fcbbd4caac91366bd40fee365c)
Diffstat (limited to 'siplib/sip-tqt.h')
| -rw-r--r-- | siplib/sip-tqt.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/siplib/sip-tqt.h b/siplib/sip-tqt.h index b2c6e52..278bcea 100644 --- a/siplib/sip-tqt.h +++ b/siplib/sip-tqt.h @@ -31,15 +31,6 @@ #include <Python.h> -/* - * There is a mis-feature somewhere with the Borland compiler. This works - * around it. - */ -#if defined(__BORLANDC__) -#include <rpc.h> -#endif - - #ifdef __cplusplus extern "C" { #endif |
