KDE-PIM Libraries
kdepimlibs-compat.h
00001 /* 00002 Backward compatibility support. 00003 By policy, kdepimlibs must compile against the most recent kdelibs minor release. 00004 */ 00005 00006 #include <signal.h> 00007 #if defined _WIN32 || defined _WIN64 00008 #include <kde_file_win.h> 00009 #endif 00010 00011 /* Allow kdepimlibs to build against kdelibs 4.0 */ 00012 #if !defined(KPATH_SEPARATOR) 00013 #if defined _WIN32 || defined _WIN64 00014 #define KPATH_SEPARATOR ';' 00015 #else 00016 #define KPATH_SEPARATOR ':' 00017 #endif 00018 #endif 00019 00020 #if !defined(KDE_signal) 00021 #if defined _WIN32 || defined _WIN64 00022 #define KDE_signal kdewin32_signal 00023 #else 00024 #define KDE_signal ::signal 00025 #endif 00026 #endif
This file is part of the documentation for KDE-PIM Libraries .
Documentation copyright © 1996-2008 The KDE developers.
Generated on Fri Sep 26 12:53:51 2008 by doxygen 1.5.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2008 The KDE developers.
Generated on Fri Sep 26 12:53:51 2008 by doxygen 1.5.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online. Questions about the reference manuals should be sent to Adriaan de Groot or Allen Winter.