[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
Please apply this patch, so I don't need to have a custom version of this file
anymore.
PS: If it is possible, then change my name in changes._tx from `Mike Pichagin`
to my current name :) And, please, mail from `mailfrom@xxxxxxxxxx` to
`mblsha@xxxxxxxxxx`
--
Michail "mblsha" Pishchagin - MAZsoft
mblsha@xxxxxxxxxx - http://maz.sf.net
--- allegro/tools/datedit.h Mon Mar 18 02:53:18 2002
+++ datedit.h Sun Sep 1 00:15:40 2002
@@ -1,4 +1,4 @@
-/* ______ ___ ___
+/* ______ ___ ___
* /\ _ \ /\_ \ /\_ \
* \ \ \L\ \\//\ \ \//\ \ __ __ _ __ ___
* \ \ __ \ \ \ \ \ \ \ /'__`\ /'_ `\/\`'__\/ __`\
@@ -19,6 +19,10 @@
#ifndef DATEDIT_H
#define DATEDIT_H
+#ifdef __cplusplus
+ extern "C" {
+#endif
+
#define DAT_INFO DAT_ID('i','n','f','o')
#define DAT_ORIG DAT_ID('O','R','I','G')
@@ -151,5 +155,8 @@
extern char grabber_graphic_origin[];
extern char grabber_graphic_date[];
+#ifdef __cplusplus
+ }
+#endif
#endif