#ifdef the whole file for Mac builds :S

This commit is contained in:
pollmann%netscape.com 1998-10-16 21:24:41 +00:00
parent 61e94462cf
commit bbabc2af1c
2 changed files with 7 additions and 0 deletions

View File

@ -21,6 +21,7 @@
*
*/
#ifdef DOM /* For the Mac Build */
#include "xp.h"
#include "layout.h"
@ -304,3 +305,5 @@ lo_DeleteFontSize(DOM_AttributeEntry *entry)
XP_FREEIF((double *)entry->data);
return JS_TRUE;
}
#endif /* DOM: For the Mac build */

View File

@ -20,6 +20,8 @@
* Perignon: parse style information to store in the DOM.
*/
#ifdef DOM /* For the Mac build */
#ifndef LAY_DOM_H
#define LAY_DOM_H
@ -80,3 +82,5 @@ extern JSBool
lo_DeleteFontSize(DOM_AttributeEntry *entry);
#endif /* LAY_DOM_H */
#endif /* DOM: For the Mac Build */