mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
Get rid of those damned semicolons.
This commit is contained in:
parent
0c4363b918
commit
dfa54219f0
@ -27,12 +27,12 @@
|
||||
|
||||
// {738CFD51-ABCF-11d2-AB4B-0080C787AD96}
|
||||
#define NS_IWALLETSERVICE_IID \
|
||||
{ 0x738cfd51, 0xabcf, 0x11d2, { 0xab, 0x4b, 0x0, 0x80, 0xc7, 0x87, 0xad, 0x96 } };
|
||||
{ 0x738cfd51, 0xabcf, 0x11d2, { 0xab, 0x4b, 0x0, 0x80, 0xc7, 0x87, 0xad, 0x96 } }
|
||||
|
||||
|
||||
// {738CFD52-ABCF-11d2-AB4B-0080C787AD96}
|
||||
#define NS_WALLETSERVICE_CID \
|
||||
{ 0x738cfd52, 0xabcf, 0x11d2, { 0xab, 0x4b, 0x0, 0x80, 0xc7, 0x87, 0xad, 0x96 } };
|
||||
{ 0x738cfd52, 0xabcf, 0x11d2, { 0xab, 0x4b, 0x0, 0x80, 0xc7, 0x87, 0xad, 0x96 } }
|
||||
|
||||
#define NS_WALLETSERVICE_PROGID "component://netscape/wallet"
|
||||
#define NS_WALLETSERVICE_CLASSNAME "Auto Form Fill and Wallet"
|
||||
|
Loading…
Reference in New Issue
Block a user