From 2b315b580288b45877c2b282b433d7fef3f23bb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Tue, 16 Dec 2014 21:58:18 +0000 Subject: [PATCH] [WIN32SS]: Push back csr code into win32k (not compiled yet). The thing is that win32k uses a LPC port to communicate with winsrv.dll . But it's winsrv.dll that gives a handle of the CSR port to win32k via a call to NtUserSetInformationThread with the UserThreadCsrApiPort information class. See part of Timo's patch in CORE-7505 that will be submitted later on. Also I need to somewhat stub the UserThreadCsrApiPort info class in NtUserSetInformationThread :) svn path=/trunk/; revision=65691 --- reactos/{deprecated => win32ss/user/ntuser}/csr.c | 0 reactos/{deprecated => win32ss/user/ntuser}/csr.h | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename reactos/{deprecated => win32ss/user/ntuser}/csr.c (100%) rename reactos/{deprecated => win32ss/user/ntuser}/csr.h (100%) diff --git a/reactos/deprecated/csr.c b/reactos/win32ss/user/ntuser/csr.c similarity index 100% rename from reactos/deprecated/csr.c rename to reactos/win32ss/user/ntuser/csr.c diff --git a/reactos/deprecated/csr.h b/reactos/win32ss/user/ntuser/csr.h similarity index 100% rename from reactos/deprecated/csr.h rename to reactos/win32ss/user/ntuser/csr.h