~ubuntu-branches/ubuntu/quantal/nspr/quantal-security

« back to all changes in this revision

Viewing changes to mozilla/nsprpub/pr/src/md/windows/w95sock.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:
119
119
    /* if Vista or later... */
120
120
    if (osvi.dwMajorVersion >= 6)
121
121
    {
122
 
        libWinsock2 = LoadLibrary("Ws2_32.dll");
 
122
        libWinsock2 = LoadLibraryW(L"Ws2_32.dll");
123
123
        if (libWinsock2)
124
124
        {
125
125
            wsaioctlProc = (WSAIOCTLPROC)GetProcAddress(libWinsock2,