~ubuntu-branches/ubuntu/saucy/nspr/saucy-updates

« back to all changes in this revision

Viewing changes to mozilla/nsprpub/lib/libc/src/plerror.c

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2009-08-10 11:34:26 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20090810113426-3uv4diflrkcbdimm
Tags: 4.8-0ubuntu1
* New upstream release: 4.8 (LP: #387812)
* adjust patches to changed upstreanm codebase
  - update debian/patches/99_configure.patch
* update shlibs symbols to include new API elements
  - update debian/libnspr4-0d.symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
        PL_FPrintError(fd, msg);
70
70
}  /* PL_PrintError */
71
71
 
72
 
#if defined(WIN16)
73
 
/*
74
 
** libmain() is a required function for win16
75
 
**
76
 
*/
77
 
int CALLBACK LibMain( HINSTANCE hInst, WORD wDataSeg, 
78
 
  WORD cbHeapSize, LPSTR lpszCmdLine )
79
 
{
80
 
return TRUE;
81
 
}
82
 
#endif /* WIN16 */
83
 
 
84
 
 
85
 
 
86
 
 
87
 
 
88
72
/* plerror.c */