Changeset 1877 for trunk/dll/wrappers.c
- Timestamp:
- Oct 11, 2015, 11:43:27 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/dll/wrappers.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/wrappers.c
r1860 r1877 258 258 rc = DosAllocSharedMem(ppb, pszName, cb, 259 259 PAG_COMMIT | OBJ_GIVEABLE | PAG_READ | PAG_WRITE | OBJ_ANY); 260 //DbgMsg(pszSrcFile, __LINE__, "ppb %p", *ppb);261 260 if (rc) 262 261 rc = DosAllocSharedMem(ppb, pszName, cb, PAG_COMMIT | OBJ_GIVEABLE | PAG_READ | PAG_WRITE); … … 281 280 282 281 rc = DosAllocMem(ppb, cb, PAG_COMMIT | PAG_READ | PAG_WRITE | OBJ_ANY); 283 //DbgMsg(pszSrcFile, uiLineNumber, "ppb %p %x", *ppb, rc);284 282 if (rc) 285 283 rc = DosAllocMem(ppb, cb, PAG_COMMIT | PAG_READ | PAG_WRITE); 286 284 if (rc) 287 285 Runtime_Error(pszSrcFile, uiLineNumber, GetPString(IDS_OUTOFMEMORY)); 288 //DbgMsg(pszSrcFile, uiLineNumber, "ppb %p", *ppb);289 286 return rc; 290 287 }
Note:
See TracChangeset
for help on using the changeset viewer.
