Changeset 21741 for branches/gcc-kmk/src/kernel32/conodin32.cpp
- Timestamp:
- Oct 25, 2011, 7:06:33 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/src/kernel32/conodin32.cpp
r8774 r21741 237 237 if (pNew) 238 238 { 239 pNew->pfnHandler = pfnHandler;239 pNew->pfnHandler = (void *)pfnHandler; 240 240 pNew->pPrev = NULL; 241 241
Note:
See TracChangeset
for help on using the changeset viewer.