r= warren@netscape.com
OS/2 bring up continues - Add !defined XP_OS2 to #ifdef XP_PC
This commit is contained in:
mkaply%us.ibm.com 2000-05-01 22:32:02 +00:00
Родитель 691166bded
Коммит 9503a375e9
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -48,13 +48,13 @@
#undef NS_NET
#ifdef _IMPL_NS_NET
#ifdef XP_PC
#if defined(XP_PC) && !defined(XP_OS2)
#define NS_NET _declspec(dllexport)
#else /* !XP_PC */
#define NS_NET
#endif /* !XP_PC */
#else /* !_IMPL_NS_NET */
#ifdef XP_PC
#if defined(XP_PC) && !defined(XP_OS2)
#define NS_NET _declspec(dllimport)
#else /* !XP_PC */
#define NS_NET