reorder processor directives so this file will compile on Mac
git-svn-id: svn://10.0.0.236/trunk@59545 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
b40b18cebb
commit
8d28cbc5e0
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user