reorder processor directives so this file will compile on Mac

This commit is contained in:
brade%netscape.com 2000-02-02 22:39:43 +00:00
Родитель 33f3444ca1
Коммит cf2942660c
1 изменённых файлов: 8 добавлений и 8 удалений

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

@ -66,14 +66,6 @@ static nsIImageRequest *gImageReq = nsnull;
#define FILE_URL_PREFIX "file://"
#endif
#if !defined(WIDGET_DLL)
#error WIDGET_DLL must be defined
#endif
#if !defined(GFXWIN_DLL)
#error GFXWIN_DLL must be defined
#endif
#if defined(XP_UNIX) || defined(XP_BEOS)
#define XPCOM_DLL "libxpcom"MOZ_DLL_SUFFIX
#define TEXT_HEIGHT 30
@ -88,6 +80,14 @@ static nsIImageRequest *gImageReq = nsnull;
#define FILE_URL_PREFIX "file:///"
#endif
#if !defined(WIDGET_DLL)
#error WIDGET_DLL must be defined
#endif
#if !defined(GFXWIN_DLL)
#error GFXWIN_DLL must be defined
#endif
#define COLOR_FIELDS_X 50
#define COLOR_FIELDS_Y 350