This commit is contained in:
beard%netscape.com 1999-03-03 04:09:33 +00:00
Родитель 12e2a6116d
Коммит 19dc7e5b59
3 изменённых файлов: 0 добавлений и 18 удалений

Просмотреть файл

@ -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.