Jinoh Kang (@iamahuman) commented about dlls/win32u/winstation.c:
static const WCHAR winsta0[] = {'W','i','n','S','t','a','0',0};
- shared_session = get_shared_session( FALSE );
Technically this is not strictly necessary; the shared mapping will be created when we actually need it.
If we still need this for other reasons (e.g., catching mapping-related errors early, or avoiding unpredictable latency on next shmem-reading operation), a comment would be nice.