diff options
Diffstat (limited to 'libversit/port.h')
-rw-r--r-- | libversit/port.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/libversit/port.h b/libversit/port.h index 6dba3567fe..1768beebd8 100644 --- a/libversit/port.h +++ b/libversit/port.h @@ -44,15 +44,15 @@ DFARS 252.227-7013 or 48 CFR 52.227-19, as applicable. extern "C" { #endif -// some of these #defines are commented out because -// Visual C++ sets them on the compiler command line instead +/* some of these #defines are commented out because */ +/* Visual C++ sets them on the compiler command line instead */ -//#define _DEBUG -//#define WIN32 -//#define WIN16 -//#define _WINDOWS -//#define __MWERKS__ -//#define INCLUDEMFC +/* #define _DEBUG */ +/* #define WIN32 */ +/* #define WIN16 */ +/* #define _WINDOWS */ +/* #define __MWERKS__ */ +/* #define INCLUDEMFC */ #define vCardClipboardFormat "+//ISBN 1-887687-00-9::versit::PDI//vCard" #define vCalendarClipboardFormat "+//ISBN 1-887687-00-9::versit::PDI//vCalendar" @@ -85,4 +85,4 @@ For example: } #endif -#endif // __PORT_H__ +#endif /* __PORT_H__ */ |