Changeset 21357 for trunk/src/NTDLL/rtl.c
- Timestamp:
- Feb 21, 2010, 5:34:22 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/NTDLL/rtl.c
r9992 r21357 443 443 DWORD x3) 444 444 { 445 LPSTR fromA = HEAP_strdupWtoA(GetProcessHeap(),0,from);445 // LPSTR fromA = HEAP_strdupWtoA(GetProcessHeap(),0,from); 446 446 447 447 dprintf(("NTDLL: RtlDosPathNameToNtPathName_U(%08xh,%08h,%08xh,%08xh) not implemented.\n", … … 614 614 OSVERSIONINFOEXW versionInfo; 615 615 versionInfo.dwOSVersionInfoSize = sizeof(OSVERSIONINFOEXW); 616 GetVersionExW((OSVERSIONINFOW*) &versionInfo);616 GetVersionExW((OSVERSIONINFOW*)((void*)&versionInfo)); 617 617 618 618 if (major)
Note:
See TracChangeset
for help on using the changeset viewer.