move object.c and ssec.c into ntuser where they belong

svn path=/trunk/; revision=17693
This commit is contained in:
Gunnar Dalsnes 2005-09-06 09:35:39 +00:00
parent 65123629f5
commit 5d3bcdcc13
5 changed files with 16 additions and 2 deletions

View file

@ -74,6 +74,8 @@ BOOL FASTCALL UserValidateRgn(HWND hWnd, HRGN hRgn);
/*************** WINDOW.C ***************/
PWINDOW_OBJECT FASTCALL UserGetWindowObjectNoRef(HWND hWnd);
VOID FASTCALL
co_DestroyThreadWindows(struct _ETHREAD *Thread);

View file

@ -75,6 +75,18 @@ CleanupWindowImpl(VOID)
/* HELPER FUNCTIONS ***********************************************************/
/* temp hack */
PWINDOW_OBJECT FASTCALL UserGetWindowObjectNoRef(HWND hWnd)
{
PWINDOW_OBJECT w = IntGetWindowObject(hWnd);
if (w) IntReleaseWindowObject(w);
return w;
}
/*
* IntIsWindow
*

View file

@ -58,8 +58,6 @@
<file>driver.c</file>
<file>error.c</file>
<file>math.c</file>
<file>object.c</file>
<file>ssec.c</file>
<file>copy.c</file>
</directory>
<directory name="ntddraw">
@ -99,6 +97,8 @@
<file>window.c</file>
<file>winpos.c</file>
<file>winsta.c</file>
<file>object.c</file>
<file>ssec.c</file>
</directory>
<directory name="objects">
<file>bezier.c</file>