#include <nscore.h>
#include <prlink.h>
#include <nsILocalFile.h>
#include <nsStringAPI.h>
#include <nsCOMPtr.h>
#include <nsIComponentManager.h>
#include <nsIModule.h>
#include <nsXPCOM.h>
#include <sbLibraryLoaderUtils.h>
#include <mozilla-config.h>
#include <nsIEnvironment.h>
Go to the source code of this file.
|
NS_EXPORT nsresult | NSGetModule (nsIComponentManager *aCompMgr, nsIFile *aLocation, nsIModule **aResult) |
|
NS_EXPORT nsresult NSGetModule |
( |
nsIComponentManager * |
aCompMgr, |
|
|
nsIFile * |
aLocation, |
|
|
nsIModule ** |
aResult |
|
) |
| |
char kRealComponent[] = "sbGStreamerMediacore" MOZ_DLL_SUFFIX |
|
static |