[ros-diffs] [gdalsnes] 16818: move stuff:-|
gdalsnes at svn.reactos.com
gdalsnes at svn.reactos.com
Wed Jul 27 23:22:31 CEST 2005
move stuff:-|
Deleted: branches/win32k rewrite attempt/Doxyfile
Deleted: branches/win32k rewrite attempt/dib/
Deleted: branches/win32k rewrite attempt/eng/
Deleted: branches/win32k rewrite attempt/include/
Deleted: branches/win32k rewrite attempt/ldr/
Deleted: branches/win32k rewrite attempt/main/
Deleted: branches/win32k rewrite attempt/misc/
Deleted: branches/win32k rewrite attempt/ntddraw/
Deleted: branches/win32k rewrite attempt/ntuser/
Deleted: branches/win32k rewrite attempt/objects/
Deleted: branches/win32k rewrite attempt/stubs/
Deleted: branches/win32k rewrite attempt/tests/
Deleted: branches/win32k rewrite attempt/w32k.h
Added: branches/win32k rewrite attempt/win32k/
Added: branches/win32k rewrite attempt/win32k/Doxyfile
Added: branches/win32k rewrite attempt/win32k/dib/
Added: branches/win32k rewrite attempt/win32k/eng/
Added: branches/win32k rewrite attempt/win32k/include/
Added: branches/win32k rewrite attempt/win32k/ldr/
Added: branches/win32k rewrite attempt/win32k/main/
Added: branches/win32k rewrite attempt/win32k/misc/
Added: branches/win32k rewrite attempt/win32k/ntddraw/
Added: branches/win32k rewrite attempt/win32k/ntuser/
Added: branches/win32k rewrite attempt/win32k/objects/
Added: branches/win32k rewrite attempt/win32k/stubs/
Added: branches/win32k rewrite attempt/win32k/tests/
Added: branches/win32k rewrite attempt/win32k/w32k.h
Added: branches/win32k rewrite attempt/win32k/win32k.def
Added: branches/win32k rewrite attempt/win32k/win32k.rc
Added: branches/win32k rewrite attempt/win32k/win32k.xml
Deleted: branches/win32k rewrite attempt/win32k.def
Deleted: branches/win32k rewrite attempt/win32k.rc
Deleted: branches/win32k rewrite attempt/win32k.xml
_____
Deleted: branches/win32k rewrite attempt/Doxyfile
--- branches/win32k rewrite attempt/Doxyfile 2005-07-27 21:09:08 UTC
(rev 16817)
+++ branches/win32k rewrite attempt/Doxyfile 2005-07-27 21:22:26 UTC
(rev 16818)
@@ -1,206 +0,0 @@
-# Doxyfile 1.3.5
-
-#----------------------------------------------------------------------
-----
-# Project related configuration options
-#----------------------------------------------------------------------
-----
-PROJECT_NAME = "ReactOS WIN32K"
-PROJECT_NUMBER =
-OUTPUT_DIRECTORY = doxy-doc
-OUTPUT_LANGUAGE = English
-USE_WINDOWS_ENCODING = YES
-BRIEF_MEMBER_DESC = YES
-REPEAT_BRIEF = YES
-ALWAYS_DETAILED_SEC = NO
-INLINE_INHERITED_MEMB = NO
-FULL_PATH_NAMES = YES
-STRIP_FROM_PATH = ../..
-SHORT_NAMES = NO
-JAVADOC_AUTOBRIEF = YES
-MULTILINE_CPP_IS_BRIEF = NO
-DETAILS_AT_TOP = NO
-INHERIT_DOCS = NO
-DISTRIBUTE_GROUP_DOC = NO
-TAB_SIZE = 8
-ALIASES =
-OPTIMIZE_OUTPUT_FOR_C = YES
-OPTIMIZE_OUTPUT_JAVA = NO
-SUBGROUPING = YES
-#----------------------------------------------------------------------
-----
-# Build related configuration options
-#----------------------------------------------------------------------
-----
-EXTRACT_ALL = YES
-EXTRACT_PRIVATE = NO
-EXTRACT_STATIC = NO
-EXTRACT_LOCAL_CLASSES = NO
-HIDE_UNDOC_MEMBERS = NO
-HIDE_UNDOC_CLASSES = NO
-HIDE_FRIEND_COMPOUNDS = NO
-HIDE_IN_BODY_DOCS = NO
-INTERNAL_DOCS = YES
-CASE_SENSE_NAMES = YES
-HIDE_SCOPE_NAMES = NO
-SHOW_INCLUDE_FILES = YES
-INLINE_INFO = YES
-SORT_MEMBER_DOCS = YES
-GENERATE_TODOLIST = YES
-GENERATE_TESTLIST = YES
-GENERATE_BUGLIST = YES
-GENERATE_DEPRECATEDLIST= YES
-ENABLED_SECTIONS =
-MAX_INITIALIZER_LINES = 30
-SHOW_USED_FILES = YES
-#----------------------------------------------------------------------
-----
-# configuration options related to warning and progress messages
-#----------------------------------------------------------------------
-----
-QUIET = NO
-WARNINGS = NO
-WARN_IF_UNDOCUMENTED = NO
-WARN_IF_DOC_ERROR = YES
-WARN_FORMAT = "$file:$line: $text"
-WARN_LOGFILE =
-#----------------------------------------------------------------------
-----
-# configuration options related to the input files
-#----------------------------------------------------------------------
-----
-INPUT = .
-FILE_PATTERNS = *.c \
- *.h
-RECURSIVE = YES
-EXCLUDE =
-EXCLUDE_SYMLINKS = NO
-EXCLUDE_PATTERNS =
-EXAMPLE_PATH =
-EXAMPLE_PATTERNS =
-EXAMPLE_RECURSIVE = YES
-IMAGE_PATH =
-INPUT_FILTER =
-FILTER_SOURCE_FILES = NO
-#----------------------------------------------------------------------
-----
-# configuration options related to source browsing
-#----------------------------------------------------------------------
-----
-SOURCE_BROWSER = YES
-INLINE_SOURCES = YES
-STRIP_CODE_COMMENTS = YES
-REFERENCED_BY_RELATION = YES
-REFERENCES_RELATION = YES
-VERBATIM_HEADERS = NO
-#----------------------------------------------------------------------
-----
-# configuration options related to the alphabetical class index
-#----------------------------------------------------------------------
-----
-ALPHABETICAL_INDEX = YES
-COLS_IN_ALPHA_INDEX = 5
-IGNORE_PREFIX =
-#----------------------------------------------------------------------
-----
-# configuration options related to the HTML output
-#----------------------------------------------------------------------
-----
-GENERATE_HTML = YES
-HTML_OUTPUT = html
-HTML_FILE_EXTENSION = .html
-HTML_HEADER =
-HTML_FOOTER =
-HTML_STYLESHEET =
-HTML_ALIGN_MEMBERS = YES
-GENERATE_HTMLHELP = NO
-CHM_FILE =
-HHC_LOCATION =
-GENERATE_CHI = NO
-BINARY_TOC = NO
-TOC_EXPAND = NO
-DISABLE_INDEX = NO
-ENUM_VALUES_PER_LINE = 4
-GENERATE_TREEVIEW = YES
-TREEVIEW_WIDTH = 200
-#----------------------------------------------------------------------
-----
-# configuration options related to the LaTeX output
-#----------------------------------------------------------------------
-----
-GENERATE_LATEX = NO
-LATEX_OUTPUT = latex
-LATEX_CMD_NAME = latex
-MAKEINDEX_CMD_NAME = makeindex
-COMPACT_LATEX = NO
-PAPER_TYPE = a4wide
-EXTRA_PACKAGES =
-LATEX_HEADER =
-PDF_HYPERLINKS = NO
-USE_PDFLATEX = NO
-LATEX_BATCHMODE = NO
-LATEX_HIDE_INDICES = NO
-#----------------------------------------------------------------------
-----
-# configuration options related to the RTF output
-#----------------------------------------------------------------------
-----
-GENERATE_RTF = NO
-RTF_OUTPUT = rtf
-COMPACT_RTF = YES
-RTF_HYPERLINKS = YES
-RTF_STYLESHEET_FILE =
-RTF_EXTENSIONS_FILE =
-#----------------------------------------------------------------------
-----
-# configuration options related to the man page output
-#----------------------------------------------------------------------
-----
-GENERATE_MAN = NO
-MAN_OUTPUT = man
-MAN_EXTENSION = .3
-MAN_LINKS = NO
-#----------------------------------------------------------------------
-----
-# configuration options related to the XML output
-#----------------------------------------------------------------------
-----
-GENERATE_XML = NO
-XML_OUTPUT = xml
-XML_SCHEMA =
-XML_DTD =
-#----------------------------------------------------------------------
-----
-# configuration options for the AutoGen Definitions output
-#----------------------------------------------------------------------
-----
-GENERATE_AUTOGEN_DEF = NO
-#----------------------------------------------------------------------
-----
-# configuration options related to the Perl module output
-#----------------------------------------------------------------------
-----
-GENERATE_PERLMOD = NO
-PERLMOD_LATEX = NO
-PERLMOD_PRETTY = YES
-PERLMOD_MAKEVAR_PREFIX =
-#----------------------------------------------------------------------
-----
-# Configuration options related to the preprocessor
-#----------------------------------------------------------------------
-----
-ENABLE_PREPROCESSING = NO
-MACRO_EXPANSION = NO
-EXPAND_ONLY_PREDEF = NO
-SEARCH_INCLUDES = YES
-INCLUDE_PATH = ../../include
-INCLUDE_FILE_PATTERNS = *.h
-PREDEFINED =
-EXPAND_AS_DEFINED =
-SKIP_FUNCTION_MACROS = YES
-#----------------------------------------------------------------------
-----
-# Configuration::addtions related to external references
-#----------------------------------------------------------------------
-----
-TAGFILES =
-GENERATE_TAGFILE =
-ALLEXTERNALS = NO
-EXTERNAL_GROUPS = YES
-PERL_PATH = /usr/bin/perl
-#----------------------------------------------------------------------
-----
-# Configuration options related to the dot tool
-#----------------------------------------------------------------------
-----
-CLASS_DIAGRAMS = YES
-HIDE_UNDOC_RELATIONS = NO
-HAVE_DOT = YES
-CLASS_GRAPH = YES
-COLLABORATION_GRAPH = YES
-UML_LOOK = NO
-TEMPLATE_RELATIONS = NO
-INCLUDE_GRAPH = YES
-INCLUDED_BY_GRAPH = YES
-CALL_GRAPH = YES
-GRAPHICAL_HIERARCHY = YES
-DOT_IMAGE_FORMAT = png
-DOT_PATH =
-DOTFILE_DIRS =
-MAX_DOT_GRAPH_WIDTH = 1024
-MAX_DOT_GRAPH_HEIGHT = 1024
-MAX_DOT_GRAPH_DEPTH = 0
-GENERATE_LEGEND = YES
-DOT_CLEANUP = YES
-#----------------------------------------------------------------------
-----
-# Configuration::addtions related to the search engine
-#----------------------------------------------------------------------
-----
-SEARCHENGINE = YES
_____
Deleted: branches/win32k rewrite attempt/w32k.h
--- branches/win32k rewrite attempt/w32k.h 2005-07-27 21:09:08 UTC
(rev 16817)
+++ branches/win32k rewrite attempt/w32k.h 2005-07-27 21:22:26 UTC
(rev 16818)
@@ -1,45 +0,0 @@
-/*
- * COPYRIGHT: See COPYING in the top level directory
- * PROJECT: ReactOS Graphics Subsystem
- * FILE: subsys/win32k/w32k.h
- * PURPOSE: Main Win32K Header
- * PROGRAMMER: Alex Ionescu (alex at relsoft.net)
- */
-
-/* INCLUDES
******************************************************************/
-
-/* DDK/NDK/SDK Headers */
-#include <ddk/ntddk.h>
-#include <ddk/ntddmou.h>
-#include <ddk/ntifs.h>
-#include <ndk/ntndk.h>
-
-/* Win32 Headers */
-/* FIXME: Defines in winbase.h that we need... */
-typedef struct _SECURITY_ATTRIBUTES SECURITY_ATTRIBUTES,
*LPSECURITY_ATTRIBUTES;
-#define WINBASEAPI
-#define STARTF_USESIZE 2
-#define STARTF_USEPOSITION 4
-#include <stdarg.h>
-#include <windef.h>
-#include <wingdi.h>
-#include <winddi.h>
-#include <winuser.h>
-#include <dde.h>
-#include <wincon.h>
-
-/* SEH Support with PSEH */
-#include <pseh/pseh.h>
-
-/* CSRSS Header */
-#include <csrss/csrss.h>
-
-/* Helper Header */
-#include <reactos/helper.h>
-
-/* External Win32K Header */
-#include <win32k/win32k.h>
-#include <win32k/win32.h>
-
-/* Internal Win32K Header */
-#include "include/win32k.h"
_____
Copied: branches/win32k rewrite attempt/win32k/Doxyfile (from rev 16817,
branches/win32k rewrite attempt/Doxyfile)
_____
Copied: branches/win32k rewrite attempt/win32k/dib (from rev 16817,
branches/win32k rewrite attempt/dib)
_____
Copied: branches/win32k rewrite attempt/win32k/eng (from rev 16817,
branches/win32k rewrite attempt/eng)
_____
Copied: branches/win32k rewrite attempt/win32k/include (from rev 16817,
branches/win32k rewrite attempt/include)
_____
Copied: branches/win32k rewrite attempt/win32k/ldr (from rev 16817,
branches/win32k rewrite attempt/ldr)
_____
Copied: branches/win32k rewrite attempt/win32k/main (from rev 16817,
branches/win32k rewrite attempt/main)
_____
Copied: branches/win32k rewrite attempt/win32k/misc (from rev 16817,
branches/win32k rewrite attempt/misc)
_____
Copied: branches/win32k rewrite attempt/win32k/ntddraw (from rev 16817,
branches/win32k rewrite attempt/ntddraw)
_____
Copied: branches/win32k rewrite attempt/win32k/ntuser (from rev 16817,
branches/win32k rewrite attempt/ntuser)
_____
Copied: branches/win32k rewrite attempt/win32k/objects (from rev 16817,
branches/win32k rewrite attempt/objects)
_____
Copied: branches/win32k rewrite attempt/win32k/stubs (from rev 16817,
branches/win32k rewrite attempt/stubs)
_____
Copied: branches/win32k rewrite attempt/win32k/tests (from rev 16817,
branches/win32k rewrite attempt/tests)
_____
Copied: branches/win32k rewrite attempt/win32k/w32k.h (from rev 16817,
branches/win32k rewrite attempt/w32k.h)
_____
Copied: branches/win32k rewrite attempt/win32k/win32k.def (from rev
16817, branches/win32k rewrite attempt/win32k.def)
_____
Copied: branches/win32k rewrite attempt/win32k/win32k.rc (from rev
16817, branches/win32k rewrite attempt/win32k.rc)
_____
Copied: branches/win32k rewrite attempt/win32k/win32k.xml (from rev
16817, branches/win32k rewrite attempt/win32k.xml)
_____
Deleted: branches/win32k rewrite attempt/win32k.def
--- branches/win32k rewrite attempt/win32k.def 2005-07-27 21:09:08 UTC
(rev 16817)
+++ branches/win32k rewrite attempt/win32k.def 2005-07-27 21:22:26 UTC
(rev 16818)
@@ -1,193 +0,0 @@
-; $Id$
-;
-; win32k.def
-;
-; ReactOS win32k.sys
-;
-LIBRARY win32k
-EXPORTS
-BRUSHOBJ_pvAllocRbrush at 8
-BRUSHOBJ_pvGetRbrush at 4
-BRUSHOBJ_ulGetBrushColor at 4
-CLIPOBJ_bEnum at 12
-CLIPOBJ_cEnumStart at 20
-CLIPOBJ_ppoGetPath at 4
-EngAlphaBlend at 28
-EngAcquireSemaphore at 4
-EngAllocMem at 12
-EngAllocPrivateUserMem at 12
-EngAllocUserMem at 8
-EngAssociateSurface at 12
-EngBitBlt at 44
-EngCheckAbort at 4
-EngComputeGlyphSet at 12
-EngControlSprites at 8
-EngCopyBits at 24
-EngCreateBitmap at 24
-EngCreateClip at 0
-EngCreateDeviceBitmap at 16
-EngCreateDeviceSurface at 16
-EngCreateDriverObj at 12
-EngCreateEvent at 4
-EngCreatePalette at 24
-EngCreatePath at 0
-EngCreateSemaphore at 0
-EngCreateWnd at 20
-EngDebugBreak at 12=NTOSKRNL.DbgBreakPoint
-EngDebugPrint at 12
-EngDeleteClip at 4
-EngDeleteDriverObj at 12
-EngDeleteEvent at 4
-EngDeletePalette at 4
-EngDeletePath at 4
-EngDeleteSafeSemaphore at 4
-EngDeleteSemaphore at 4
-EngDeleteSurface at 4
-EngDeleteWnd at 4
-EngDeviceIoControl at 28
-EngDitherColor at 16
-EngEnumForms at 24
-EngEraseSurface at 12
-EngFillPath at 28
-EngFindImageProcAddress at 8
-EngFindResource at 16
-EngFreeMem at 4
-EngFreeModule at 4
-EngFreePrivateUserMem at 8
-EngFreeUserMem at 4
-EngGetCurrentCodePage at 8=ntoskrnl.RtlGetCurrentCodePage
-EngGetCurrentProcessId at 0
-EngGetCurrentThreadId at 0
-EngGetDriverName at 4
-EngGetFileChangeTime at 8
-EngGetFilePath at 8
-EngGetForm at 24
-EngGetLastError at 0
-EngGetPrinter at 20
-EngGetPrinterData at 24
-EngGetPrinterDataFileName at 4
-EngGetProcessHandle at 0
-EngGetType1FontList at 24
-EngGradientFill at 40
-EngInitializeSafeSemaphore at 4
-EngLineTo at 36
-EngLoadImage at 4
-EngLoadModule at 4
-EngLoadModuleForWrite at 8
-EngLockDriverObj at 4
-EngLockSurface at 4
-EngMapEvent at 20
-EngMapFontFile at 12
-EngMapModule at 8
-EngMarkBandingSurface at 4
-EngModifySurface at 32
-EngMovePointer at 16
-EngMulDiv at 12
-EngMultiByteToUnicodeN at 20=ntoskrnl.RtlMultiByteToUnicodeN
-EngMultiByteToWideChar at 20
-EngPaint at 20
-EngProbeForRead at 12=NTOSKRNL.ProbeForRead
-EngProbeForReadAndWrite at 12=NTOSKRNL.ProbeForWrite
-EngQueryLocalTime at 4
-EngQueryPalette at 16
-EngQueryPerformanceCounter at 4
-EngQueryPerformanceFrequency at 4
-EngQuerySystemAttribute at 8
-EngReleaseSemaphore at 4
-EngRestoreFloatingPointState at 4
-EngSaveFloatingPointState at 8
-EngSecureMem at 8
-EngSetEvent at 4
-EngSetLastError at 4
-EngSetPointerShape at 40
-EngSetPointerTag at 20
-EngSetPrinterData at 20
-EngSort at 16
-EngStretchBlt at 44
-EngStrokeAndFillPath at 40
-EngStrokePath at 32
-EngTextOut at 40
-EngTransparentBlt at 32
-EngUnicodeToMultiByteN at 20=ntoskrnl.RtlUnicodeToMultiByteN
-EngUnloadImage at 4
-EngUnlockDriverObj at 4
-EngUnlockSurface at 4
-EngUnmapEvent at 4
-EngUnmapFontFile at 4
-EngUnsecureMem at 4
-EngWaitForSingleObject at 8
-EngWideCharToMultiByte at 20
-EngWritePrinter at 16
-FLOATOBJ_Add at 8
-FLOATOBJ_AddFloat at 8
-FLOATOBJ_AddFloatObj
-FLOATOBJ_AddLong at 8
-FLOATOBJ_Div at 8
-FLOATOBJ_DivFloat at 8
-FLOATOBJ_DivFloatObj
-FLOATOBJ_DivLong at 8
-FLOATOBJ_Equal at 8
-FLOATOBJ_EqualLong at 8
-FLOATOBJ_GetFloat at 4
-FLOATOBJ_GetLong at 4
-FLOATOBJ_GreaterThan at 8
-FLOATOBJ_GreaterThanLong at 8
-FLOATOBJ_LessThan at 8
-FLOATOBJ_LessThanLong at 8
-FLOATOBJ_Mul at 8
-FLOATOBJ_MulFloat at 8
-FLOATOBJ_MulFloatObj
-FLOATOBJ_MulLong at 8
-FLOATOBJ_Neg at 4
-FLOATOBJ_SetFloat at 8
-FLOATOBJ_SetLong at 8
-FLOATOBJ_Sub at 8
-FLOATOBJ_SubFloat at 8
-FLOATOBJ_SubFloatObj
-FLOATOBJ_SubLong at 8
-FONTOBJ_cGetAllGlyphHandles at 8
-FONTOBJ_cGetGlyphs at 20
-FONTOBJ_pifi at 4
-FONTOBJ_pvTrueTypeFontFile at 8
-FONTOBJ_pxoGetXform at 4
-FONTOBJ_vGetInfo at 12
-HeapVidMemAllocAligned at 20
-HT_ComputeRGBGammaTable at 24
-HT_Get8BPPFormatPalette at 16
-PALOBJ_cGetColors at 16
-PATHOBJ_bCloseFigure at 4
-PATHOBJ_bEnum at 8
-PATHOBJ_bEnumClipLines at 12
-PATHOBJ_bMoveTo at 12
-PATHOBJ_bPolyBezierTo at 12
-PATHOBJ_bPolyLineTo at 12
-PATHOBJ_vEnumStart at 4
-PATHOBJ_vEnumStartClipLines at 16
-PATHOBJ_vGetBounds at 8
-RtlAnsiCharToUnicodeChar at 4=NTOSKRNL.RtlAnsiCharToUnicodeChar
-RtlMultiByteToUnicodeN at 20=NTOSKRNL.RtlMultiByteToUnicodeN
-RtlRaiseException at 4=NTOSKRNL.RtlRaiseException
-RtlUnicodeToMultiByteN at 20=NTOSKRNL.RtlUnicodeToMultiByteN
-RtlUnicodeToMultiByteSize at 12=NTOSKRNL.RtlUnicodeToMultiByteSize
-RtlUnwind at 16=NTOSKRNL.RtlUnwind
-RtlUpcaseUnicodeChar at 4=NTOSKRNL.RtlUpcaseUnicodeChar
-RtlUpcaseUnicodeToMultiByteN at 20=NTOSKRNL.RtlUpcaseUnicodeToMultiByteN
-STROBJ_bEnum at 12
-STROBJ_dwGetCodePage at 4
-STROBJ_vEnumStart at 4
-VidMemFree at 8
-Win32kInitialize at 0
-WNDOBJ_bEnum at 12
-WNDOBJ_cEnumStart at 16
-WNDOBJ_vSetConsumer at 8
-XFORMOBJ_bApplyXform at 20
-XFORMOBJ_iGetFloatObjXform at 8
-XFORMOBJ_iGetXform at 8
-XLATEOBJ_cGetPalette at 16
-XLATEOBJ_iXlate at 8
-XLATEOBJ_piVector at 4
-_abnormal_termination=NTOSKRNL._abnormal_termination
-_except_handler2=NTOSKRNL._except_handler2
-_global_unwind2=NTOSKRNL._global_unwind2
-_local_unwind2=NTOSKRNL._local_unwind2
-;EOF
_____
Deleted: branches/win32k rewrite attempt/win32k.rc
--- branches/win32k rewrite attempt/win32k.rc 2005-07-27 21:09:08 UTC
(rev 16817)
+++ branches/win32k rewrite attempt/win32k.rc 2005-07-27 21:22:26 UTC
(rev 16818)
@@ -1,7 +0,0 @@
-/* $Id$ */
-
-#define REACTOS_VERSION_DLL
-#define REACTOS_STR_FILE_DESCRIPTION "W32 GDI KM subsystem\0"
-#define REACTOS_STR_INTERNAL_NAME "win32k\0"
-#define REACTOS_STR_ORIGINAL_FILENAME "win32k.sys\0"
-#include <reactos/version.rc>
_____
Deleted: branches/win32k rewrite attempt/win32k.xml
--- branches/win32k rewrite attempt/win32k.xml 2005-07-27 21:09:08 UTC
(rev 16817)
+++ branches/win32k rewrite attempt/win32k.xml 2005-07-27 21:22:26 UTC
(rev 16818)
@@ -1,145 +0,0 @@
-<module name="win32k_base" type="objectlibrary">
- <include base="win32k">.</include>
- <include base="win32k">include</include>
- <include base="ntoskrnl">include</include>
- <include base="freetype">include</include>
- <define name="UNICODE" />
- <define name="__USE_W32API" />
- <define name="_WIN32_WINNT">0x0501</define>
- <define name="WINVER">0x600</define>
- <define name="_SEH_NO_NATIVE_NLG" />
- <define name="_WIN32K_" />
- <pch>w32k.h</pch>
- <directory name="dib">
- <file>dib1bpp.c</file>
- <file>dib4bpp.c</file>
- <file>dib8bpp.c</file>
- <file>dib16bpp.c</file>
- <file>dib16gen.c</file>
- <file>dib24bpp.c</file>
- <file>dib32bpp.c</file>
- <file>dib.c</file>
- </directory>
- <directory name="eng">
- <file>bitblt.c</file>
- <file>brush.c</file>
- <file>clip.c</file>
- <file>copybits.c</file>
- <file>debug.c</file>
- <file>device.c</file>
- <file>driverobj.c</file>
- <file>error.c</file>
- <file>event.c</file>
- <file>float.c</file>
- <file>gradient.c</file>
- <file>lineto.c</file>
- <file>mem.c</file>
- <file>misc.c</file>
- <file>mouse.c</file>
- <file>paint.c</file>
- <file>palette.c</file>
- <file>perfcnt.c</file>
- <file>semaphor.c</file>
- <file>sort.c</file>
- <file>surface.c</file>
- <file>transblt.c</file>
- <file>window.c</file>
- <file>xlate.c</file>
- </directory>
- <directory name="ldr">
- <file>loader.c</file>
- </directory>
- <directory name="main">
- <file>dllmain.c</file>
- </directory>
- <directory name="misc">
- <file>driver.c</file>
- <file>error.c</file>
- <file>math.c</file>
- <file>ssec.c</file>
- <file>copy.c</file>
- </directory>
- <directory name="ntddraw">
- <file>ddraw.c</file>
- <file>stubs.c</file>
- </directory>
- <directory name="ntuser">
- <file>handle.c</file>
- <file>accelerator.c</file>
- <file>callback.c</file>
- <file>caret.c</file>
- <file>class.c</file>
- <file>clipboard.c</file>
- <file>csr.c</file>
- <file>cursoricon.c</file>
- <file>desktop.c</file>
- <file>focus.c</file>
- <file>guicheck.c</file>
- <file>hook.c</file>
- <file>hotkey.c</file>
- <file>input.c</file>
- <file>keyboard.c</file>
- <file>menu.c</file>
- <file>message.c</file>
- <file>metric.c</file>
- <file>misc.c</file>
- <file>monitor.c</file>
- <file>msgqueue.c</file>
- <file>ntuser.c</file>
- <file>painting.c</file>
- <file>prop.c</file>
- <file>scrollbar.c</file>
- <file>stubs.c</file>
- <file>timer.c</file>
- <file>useratom.c</file>
- <file>vis.c</file>
- <file>windc.c</file>
- <file>window.c</file>
- <file>winpos.c</file>
- <file>winsta.c</file>
- </directory>
- <directory name="objects">
- <file>bezier.c</file>
- <file>bitmaps.c</file>
- <file>brush.c</file>
- <file>cliprgn.c</file>
- <file>color.c</file>
- <file>coord.c</file>
- <file>dc.c</file>
- <file>dib.c</file>
- <file>fillshap.c</file>
- <file>font.c</file>
- <file>gdiobj.c</file>
- <file>icm.c</file>
- <file>line.c</file>
- <file>metafile.c</file>
- <file>paint.c</file>
- <file>palette.c</file>
- <file>path.c</file>
- <file>pen.c</file>
- <file>polyfill.c</file>
- <file>print.c</file>
- <file>rect.c</file>
- <file>region.c</file>
- <file>stockobj.c</file>
- <file>text.c</file>
- <file>wingl.c</file>
- </directory>
- <directory name="stubs">
- <file>stubs.c</file>
- <file>xpstubs.c</file>
- </directory>
-</module>
-<module name="win32k" type="kernelmodedriver" installbase="system32"
installname="win32k.sys" warnings="true">
- <importlibrary definition="win32k.def" />
- <library>win32k_base</library>
- <library>pseh</library>
- <library>rosrtl</library>
- <library>ntoskrnl</library>
- <library>hal</library>
- <library>freetype</library>
- <file>win32k.rc</file>
-</module>
-<directory name="tests">
- <xi:include href="tests/win32k.xml" />
-</directory>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050727/5f4ddfb3/attachment.html
More information about the Ros-diffs
mailing list