mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Add include guards to nsVariant.h. No bug. r=bz.
This commit is contained in:
parent
dbae036f37
commit
bded75e901
@ -1,4 +1,4 @@
|
||||
/* -*- Mode: IDL; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
||||
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
||||
*
|
||||
* ***** BEGIN LICENSE BLOCK *****
|
||||
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
@ -39,6 +39,9 @@
|
||||
|
||||
/* The long avoided variant support for xpcom. */
|
||||
|
||||
#ifndef nsVariant_h
|
||||
#define nsVariant_h
|
||||
|
||||
#include "nsIVariant.h"
|
||||
#include "nsStringFwd.h"
|
||||
#include "xpt_struct.h"
|
||||
@ -206,3 +209,4 @@ protected:
|
||||
|
||||
#define NS_VARIANT_CLASSNAME "Variant"
|
||||
|
||||
#endif // nsVariant_h
|
||||
|
Loading…
Reference in New Issue
Block a user