j
k
j a
j l
dchapyshev@svn.reactos.org wrote:
LoadString(hInstance, IDS_APPTITLE, szAppName, MAX_STRING); hMainWnd = CreateWindowExW(0, szMainWndClass, szAppName,
LoadString(hInstance, IDS_APPTITLE, szAppName, MAX_STRING);
hMainWnd = CreateWindowExW(0, szMainWndClass, szAppName,
Stick with the current mapping, you've just introduced a potential overflow.
Ged.
Back to the thread
Back to the list