summaryrefslogtreecommitdiffabout
path: root/libkcal/versit/port.h
Unidiff
Diffstat (limited to 'libkcal/versit/port.h') (more/less context) (show whitespace changes)
-rw-r--r--libkcal/versit/port.h15
1 files changed, 14 insertions, 1 deletions
diff --git a/libkcal/versit/port.h b/libkcal/versit/port.h
index afc16dd..1768bee 100644
--- a/libkcal/versit/port.h
+++ b/libkcal/versit/port.h
@@ -41,2 +41,3 @@ DFARS 252.227-7013 or 48 CFR 52.227-19, as applicable.
41 41
42
42#if defined(__CPLUSPLUS__) || defined(__cplusplus) 43#if defined(__CPLUSPLUS__) || defined(__cplusplus)
@@ -45,2 +46,12 @@ extern "C" {
45 46
47/* some of these #defines are commented out because */
48/* Visual C++ sets them on the compiler command line instead */
49
50/* #define _DEBUG */
51/* #define WIN32 */
52/* #define WIN16 */
53/* #define _WINDOWS */
54/* #define __MWERKS__ */
55/* #define INCLUDEMFC */
56
46#define vCardClipboardFormat "+//ISBN 1-887687-00-9::versit::PDI//vCard" 57#define vCardClipboardFormat "+//ISBN 1-887687-00-9::versit::PDI//vCard"
@@ -61,2 +72,4 @@ For example:
61 72
73#define DLLEXPORT(t) t
74
62#ifndef FALSE 75#ifndef FALSE
@@ -68,3 +81,3 @@ For example:
68 81
69#define Parse_Debug(t) 82#define stricmp strcasecmp
70 83