mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-03 21:22:47 +00:00
42637
r=dougt, a=brendan OS/2 bringup - DLL names need to be 8.3 on OS/2
This commit is contained in:
parent
266597fe31
commit
40b51de15a
@ -134,8 +134,13 @@ SetupFactories(void)
|
||||
{
|
||||
nsresult err;
|
||||
// seed the repository (hack)
|
||||
#ifdef XP_OS2
|
||||
err = nsComponentManager::RegisterComponent(kIMyServiceCID, NULL, NULL, "rel:MyServce.dll",
|
||||
PR_TRUE, PR_FALSE);
|
||||
#else
|
||||
err = nsComponentManager::RegisterComponent(kIMyServiceCID, NULL, NULL, "rel:MyService.dll",
|
||||
PR_TRUE, PR_FALSE);
|
||||
#endif
|
||||
NS_ASSERTION(err == NS_OK, "failed to register my factory");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user