зеркало из https://github.com/mozilla/gecko-dev.git
moved NS_CALLBACK to nsCom.h.
This commit is contained in:
Родитель
12e2a6116d
Коммит
19dc7e5b59
|
@ -29,12 +29,6 @@
|
|||
#define NS_IGENERICFACTORY_IID \
|
||||
{ 0x3bc97f00, 0xccdf, 0x11d2, { 0xba, 0xb8, 0xb5, 0x48, 0x65, 0x44, 0x61, 0xfc } }
|
||||
|
||||
#ifdef XP_PC
|
||||
#define NS_CALLBACK(_name) nsresult (__stdcall * _name)
|
||||
#else
|
||||
#define NS_CALLBACK(_name) nsresult (* _name)
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Provides a Generic nsIFactory implementation that can be used by
|
||||
* DLLs with very simple factory needs.
|
||||
|
|
|
@ -29,12 +29,6 @@
|
|||
#define NS_IGENERICFACTORY_IID \
|
||||
{ 0x3bc97f00, 0xccdf, 0x11d2, { 0xba, 0xb8, 0xb5, 0x48, 0x65, 0x44, 0x61, 0xfc } }
|
||||
|
||||
#ifdef XP_PC
|
||||
#define NS_CALLBACK(_name) nsresult (__stdcall * _name)
|
||||
#else
|
||||
#define NS_CALLBACK(_name) nsresult (* _name)
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Provides a Generic nsIFactory implementation that can be used by
|
||||
* DLLs with very simple factory needs.
|
||||
|
|
|
@ -29,12 +29,6 @@
|
|||
#define NS_IGENERICFACTORY_IID \
|
||||
{ 0x3bc97f00, 0xccdf, 0x11d2, { 0xba, 0xb8, 0xb5, 0x48, 0x65, 0x44, 0x61, 0xfc } }
|
||||
|
||||
#ifdef XP_PC
|
||||
#define NS_CALLBACK(_name) nsresult (__stdcall * _name)
|
||||
#else
|
||||
#define NS_CALLBACK(_name) nsresult (* _name)
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Provides a Generic nsIFactory implementation that can be used by
|
||||
* DLLs with very simple factory needs.
|
||||
|
|
Загрузка…
Ссылка в новой задаче