diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2017-05-21 09:37:45 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2017-05-21 09:37:45 +0200 |
commit | 82813f48c4f95d8cedbd2add70baf7962aad2ca1 (patch) | |
tree | 5df83038e57e3ddb34bb12a54b0499f745d1abbe /HISTORY | |
parent | 0b9870959beb7ae6a063f73fd5fada8f1faefadb (diff) | |
download | vdr-82813f48c4f95d8cedbd2add70baf7962aad2ca1.tar.gz vdr-82813f48c4f95d8cedbd2add70baf7962aad2ca1.tar.bz2 |
Added the macro VDR_NO_STL_PROTOTYPES to tools.h
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -8991,7 +8991,7 @@ Video Disk Recorder Revision History current channel is listed. - Fixed a possible crash when pulling the CAM while decrypting a channel with MTD. -2017-05-20: Version 2.3.5 +2017-05-21: Version 2.3.5 - CAMs are now sent a generated EIT packet that contains a single 'present event' for the current SID, in order to avoid any parental rating dialogs. @@ -9035,3 +9035,10 @@ Video Disk Recorder Revision History - No longer setting a new timer's remote host name if "SVDRP peering" is turned off. - Fixed a double deletion of a cTimer in case HandleRemoteModifications() returned false (thanks to Johann Friedrichs). +- Added the macro VDR_NO_STL_PROTOTYPES to tools.h (thanks to Jasmin Jessich). For + some reason the STL developers decided to remove the macro __STL_CONFIG_H, so VDR + can no longer automatically determine whether an STL header file has been included. + If you use the STL and get error messages regarding template functions defined in + VDR's tools.h, you can insert + #define VDR_NO_STL_PROTOTYPES + before including tools.h. |