Ignore:
Timestamp:
Nov 1, 2001, 6:43:18 PM (24 years ago)
Author:
umoeller
Message:

More updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/lan.c

    r114 r116  
    145145        PSERVER pBuf;
    146146        ULONG cb = 4096;            // set this fixed, can't get it to work otherwise
    147         if (pBuf = doshMalloc(cb,
    148                               &arc))
     147        if (pBuf = (PSERVER)doshMalloc(cb,
     148                                       &arc))
    149149        {
    150150            if (!(arc = pNet32ServerEnum2(NULL,
    151151                                          1,          // ulLevel
    152                                           (PBYTE)pBuf,       // pbBuffer
     152                                          (PUCHAR)pBuf,       // pbBuffer
    153153                                          cb,          // cbBuffer,
    154154                                          &ulEntriesRead, // *pcEntriesRead,
Note: See TracChangeset for help on using the changeset viewer.