Changeset 3534 for trunk/src/lib/nt


Ignore:
Timestamp:
Dec 21, 2021, 12:31:55 AM (4 years ago)
Author:
bird
Message:

nt/nthlpcore.c: warning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/nt/nthlpcore.c

    r2998 r3534  
    119119                || !WriteFile(GetStdHandle(STD_ERROR_HANDLE), "\r\n", sizeof("\r\n") - 1, &cbWritten, NULL)
    120120                )
    121                 *(void **)i = NULL;
     121                *(void **)(size_t)i = NULL;
    122122            ExitProcess(127);
    123123        }
Note: See TracChangeset for help on using the changeset viewer.