reactos/reactos
Colin Finck 1e4d261c62 [PRINTING]
Add an include directory for all printing components containing definitions not found in the public headers.
For now, that's just PackStrings in spoolss.h.

[SPOOLSS_APITEST]
Use the new spoolss.h header.

[WINPRINT_APITEST]
Add an API-Test for the winprint Print Processor, so far for its EnumPrintProcessorDatatypesW function. Tests succeed in Windows Server 2003.
winspool.drv also provides functions that go into winprint.dll, but as these tests show, they behave slightly different in terms of error codes due to the involved RPC and routing.
Windows Server 2003 has winprint functions in localspl.dll, so you have to copy its localspl.dll to winprint.dll for testing.

[WINPRINT]
- Use PackStrings to simplify the code.
- Fix test failures.

svn path=/branches/colins-printing-for-freedom/; revision=68025
2015-06-05 18:16:51 +00:00
..
base - Add my proposed directory tree for the components involved in printing. 2015-05-04 13:21:13 +00:00
boot [BOOTDATA] Add missing font DPI entries in registry. By Ziliang Guo. CORE-8902 2015-05-02 19:55:55 +00:00
cmake This commit brings support for compiling ReactOS with Visual Studio 2015 RC (and possibly the final release). 2015-04-30 21:48:26 +00:00
dll - Add the first bits of the winspool/spoolsv/spoolss interface in a WIDL-compatible format. 2015-05-06 12:47:20 +00:00
drivers [NTFS] 2015-05-03 18:36:58 +00:00
hal Fixing some incorrectly written Reactos -> ReactOS 2015-04-18 09:01:23 +00:00
include - Add all publicly available information about the spoolsv RPC interface of Windows Server 2003 to the winspool.idl file. 2015-05-11 13:37:23 +00:00
lib [CRT] 2015-05-03 18:15:19 +00:00
media [REG] Sync with Wine Staging 1.7.37. CORE-9246 2015-05-03 11:30:49 +00:00
modules [CD_EXTRAS]: Add the possibility to have different "extras" files for the different CD targets (in addition to the hybridcd) we have (useful for testers, for ReactOS shows, etc...). By Mark Jansen. 2015-04-15 21:29:53 +00:00
ntoskrnl [NDK] 2015-05-02 23:12:19 +00:00
subsystems [NTVDM] 2015-05-03 22:02:41 +00:00
temp Add a little test program "winspool_print" that just prints a single line of unformatted text. 2015-05-04 13:39:07 +00:00
tools This commit brings support for compiling ReactOS with Visual Studio 2015 RC (and possibly the final release). 2015-04-30 21:48:26 +00:00
win32ss [PRINTING] 2015-06-05 18:16:51 +00:00
apistatus.lst
CMakeLists.txt Add a little test program "winspool_print" that just prints a single line of unformatted text. 2015-05-04 13:39:07 +00:00
configure.cmd This commit brings support for compiling ReactOS with Visual Studio 2015 RC (and possibly the final release). 2015-04-30 21:48:26 +00:00
configure.sh
COPYING
COPYING.ARM
COPYING.LIB
COPYING3
COPYING3.LIB
CREDITS
Doxyfile
INSTALL
PreLoad.cmake
README
toolchain-clang.cmake
toolchain-gcc.cmake
toolchain-msvc.cmake

========================
ReactOS Version 0.3.x
Updated Dec 16, 2006
========================

1. What is ReactOS?

   ReactOS is an Open Source effort to develop a quality operating system
that is compatible with Windows NT applications and drivers.

   The ReactOS project, although currently focused on Windows XP/2003
drivers compatibility, is always keeping an eye toward compatibility with
older version of Windows NT family ( NT 4.0, 2000 (NT 5.0)) and new
Windows NT releases (Vista, etc). Applications (Win32 API) compatibility
focus is Windows XP.

More information is available at http://www.reactos.org/.

2. Building ReactOS

See the INSTALL file for more details.

3. More information

See the media\doc subdirectory for some sparse notes.

4. Who is responsible

See the CREDITS file.