*** empty log message ***

This commit is contained in:
Joe Shochet 2001-01-30 01:03:13 +00:00
parent 5639b5f844
commit f1b397c093
1 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@
/* See dtoolsymbols.h for a rant on the purpose of this file. */
#if defined(PENV_WIN32) && !defined(CPPPARSER)
#if defined(WIN32_VC) && !defined(CPPPARSER)
#ifdef BUILDING_DIRECT
#define EXPCL_DIRECT __declspec(dllexport)
@ -20,11 +20,11 @@
#define EXPTP_DIRECT extern
#endif
#else /* !PENV_WIN32 */
#else /* !WIN32_VC */
#define EXPCL_DIRECT
#define EXPTP_DIRECT
#endif /* PENV_WIN32 */
#endif /* WIN32_VC */
#endif