[Kernel] Add a note to previous commit.
This commit is contained in:
parent
de34bd81db
commit
7e78a79a2d
|
@ -255,7 +255,7 @@ dword_result_t XamContentCreateEx(dword_t user_index, lpstring_t root_name,
|
||||||
}
|
}
|
||||||
|
|
||||||
if (license_mask_ptr && XSUCCEEDED(result)) {
|
if (license_mask_ptr && XSUCCEEDED(result)) {
|
||||||
*license_mask_ptr = 0;
|
*license_mask_ptr = 0; // Stub!
|
||||||
}
|
}
|
||||||
|
|
||||||
if (overlapped_ptr) {
|
if (overlapped_ptr) {
|
||||||
|
|
Loading…
Reference in New Issue