allow nscore.h to be included by C source files by not including nsDebug.h

This commit is contained in:
alecf%netscape.com 1999-05-04 20:52:58 +00:00
Родитель 4623b153a2
Коммит 2f15f6a202
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -27,7 +27,10 @@
#endif
#include "prtypes.h"
#ifdef __cplusplus
#include "nsDebug.h"
#endif
/** ucs2 datatype for 2 byte unicode characters */
typedef PRUint16 PRUcs2;