mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Fix build bustage by changing #idef to #ifdef (I hope).
This commit is contained in:
parent
9dbf922d2a
commit
aa5d71232a
@ -309,7 +309,7 @@ struct URL_Struct_ {
|
||||
* proxying
|
||||
*/
|
||||
char * window_target; /* named window support */
|
||||
#idef XP_MAC
|
||||
#ifdef XP_MAC
|
||||
Chrome * window_chrome; /* pointer to a Chrome structure that
|
||||
* if non-null specifies the characteristics
|
||||
* of the target window named in
|
||||
|
Loading…
Reference in New Issue
Block a user