summaryrefslogtreecommitdiff
path: root/src/ical.h
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2013-05-04 21:39:27 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2013-05-04 21:39:27 +0000
commitfec6336699f34758d3e6cb41b2edf902fedb9035 (patch)
tree8256c1dbf3ca7c9e58a3dbecf07cf826fb2e0ce2 /src/ical.h
parent7dbffd7e2b0067e834801617c5c486e3177f6709 (diff)
downloadlibical-master.tar.gz
Diffstat (limited to 'src/ical.h')
-rw-r--r--src/ical.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/ical.h b/src/ical.h
index 5c175af..78d555c 100644
--- a/src/ical.h
+++ b/src/ical.h
@@ -7,17 +7,19 @@
http://freeassociation.sourceforge.net
This program is free software; you can redistribute it and/or modify
- it under the terms of either:
+ it under the terms of either:
- The LGPL as published by the Free Software Foundation, version
- 2.1, available at: http://www.fsf.org/copyleft/lesser.html
+ The LGPL as published by the Free Software Foundation, version 2.1
Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
- the License at http://www.mozilla.org/MPL/
+ The Mozilla Public License Version 1.0.
************************************************************************/
+#ifdef _MSC_VER
+#pragma message("WARNING: #include <ical.h> is deprecated. Please #include <libical/ical.h> instead.")
+#else
#warning "#include <ical.h> is deprecated. Please #include <libical/ical.h> instead."
+#endif
#include <libical/ical.h>