mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 08:27:31 +09:00
Revert "Update NSPR to 4.18"
This reverts commit 8781f745556be5d7402d0f3adc67ecfe32fe04a0.
This commit is contained in:
parent
9e32522120
commit
cd3167e35d
32 changed files with 395 additions and 295 deletions
|
|
@ -29,6 +29,8 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#if defined(_PR_DCETHREADS)
|
||||
|
||||
PRIntn failed_already=0;
|
||||
PRIntn debug_mode=0;
|
||||
|
||||
|
|
@ -78,13 +80,20 @@ static PRIntn prmain(PRIntn argc, char **argv)
|
|||
|
||||
} /* prmain */
|
||||
|
||||
#endif /* #if defined(_PR_DCETHREADS) */
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
|
||||
#if defined(_PR_DCETHREADS)
|
||||
PR_Initialize(prmain, argc, argv, 0);
|
||||
if(failed_already)
|
||||
return 1;
|
||||
else
|
||||
return 0;
|
||||
#else
|
||||
return 0;
|
||||
#endif
|
||||
} /* main */
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue