reactos.git
19 years agoSet TMPF_TRUETYPE flag for TEXTMETRICW variable in NtGdiGetTextMetrics if dealing...
Jason Filby [Fri, 23 Jul 2004 20:46:20 +0000 (20:46 +0000)]
Set TMPF_TRUETYPE flag for TEXTMETRICW variable in NtGdiGetTextMetrics if dealing with a TrueType font

svn path=/trunk/; revision=10263

19 years agoPort GetCharacterPlacementW from WINE; copy lpString to lpResults->lpGlyphs if it...
Jason Filby [Fri, 23 Jul 2004 20:41:09 +0000 (20:41 +0000)]
Port GetCharacterPlacementW from WINE; copy lpString to lpResults->lpGlyphs if it (destination string) is not null

svn path=/trunk/; revision=10262

19 years ago2004-07-23 Casper S. Hornstrup <chorns@users.sourceforge.net>
Casper Hornstrup [Fri, 23 Jul 2004 20:03:26 +0000 (20:03 +0000)]
2004-07-23  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* Makefile, drivers/video/makefile, lib/cpl/Makefile, ntoskrnl/Makefile,
tools/helper.mk: Add test target.
* include/ntos/types.h (UINT16, PUINT16): Declare.
* regtests/kmregtests/tests/mdl-1.c, regtests/kmregtests/tests/mdl-2.c,
regtests/kmregtests/tests/mm-1.c, subsys/win32k/tests/tests/eng-mem-1.c:
Simplify tests.
* regtests/shared/regtests.c: Include <ctype.h> and <stdlib.h>.
* regtests/shared/regtests.h (DISPATCHER): Declare the whole function.
* tools/regtests.c: Refactor part of register_test into get_test_name();
Stub for running tests in the build environment.
* w32api/include/basetsd.h (INT16, PINT16, UINT16, PUINT16): Declare.
* lib/user32/misc/exticon.c (UINT16): Remove declaration.

svn path=/trunk/; revision=10261

19 years ago2004-07-23 Casper S. Hornstrup <chorns@users.sourceforge.net>
Casper Hornstrup [Fri, 23 Jul 2004 19:07:44 +0000 (19:07 +0000)]
2004-07-23  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* rules.mak: Be silent only if VERBOSE=no.

svn path=/trunk/; revision=10260

19 years ago2004-07-23 Casper S. Hornstrup <chorns@users.sourceforge.net>
Casper Hornstrup [Fri, 23 Jul 2004 17:48:10 +0000 (17:48 +0000)]
2004-07-23  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* rules.mak: Do not print "'target' is up to date." messages.

svn path=/trunk/; revision=10259

19 years agoMove security information constants.
Eric Kohl [Fri, 23 Jul 2004 09:26:29 +0000 (09:26 +0000)]
Move security information constants.

svn path=/trunk/; revision=10258

19 years agoAdded thread counting with PsEnumThreadsByProcess and thread support in SystemProcess...
James Tabor [Fri, 23 Jul 2004 07:44:26 +0000 (07:44 +0000)]
Added thread counting with PsEnumThreadsByProcess and thread support in SystemProcessInformation.

svn path=/trunk/; revision=10257

19 years ago- Fix handling of METHOD_IN_DIRECT IRPs.
Filip Navara [Thu, 22 Jul 2004 20:40:17 +0000 (20:40 +0000)]
- Fix handling of METHOD_IN_DIRECT IRPs.

svn path=/trunk/; revision=10256

19 years ago- Support for deserialized miniports (experimental).
Filip Navara [Thu, 22 Jul 2004 18:54:36 +0000 (18:54 +0000)]
- Support for deserialized miniports (experimental).

svn path=/trunk/; revision=10255

19 years ago- Implementation of HalReadDmaCounter.
Filip Navara [Thu, 22 Jul 2004 18:49:18 +0000 (18:49 +0000)]
- Implementation of HalReadDmaCounter.
- Cleaned up implementation of HalGetAdapter. Moved the initialization
  stuff from there to HalpInitDma that is called by HalInitSystem.
- Let HalAllocateCommonBuffer allocated 64K aligned memory.
- Change IoMapTransfer to support auto initialize and single transfer mode,
  16-bit DMA and common buffers.
- Stop DMA transfer in IoFlushAdapterBuffers.

svn path=/trunk/; revision=10254

19 years ago- Add security function for file and registry key objects.
Eric Kohl [Thu, 22 Jul 2004 18:38:08 +0000 (18:38 +0000)]
- Add security function for file and registry key objects.
- Implement ObAssignSecurity().

svn path=/trunk/; revision=10253

19 years agoFixing time accounting errors when mult & div into LARGE_INTEGER.
James Tabor [Thu, 22 Jul 2004 17:22:38 +0000 (17:22 +0000)]
Fixing time accounting errors when mult & div into LARGE_INTEGER.

svn path=/trunk/; revision=10252

19 years ago- Fix handling of METHOD_IN_DIRECT IRPs.
Filip Navara [Thu, 22 Jul 2004 16:21:39 +0000 (16:21 +0000)]
- Fix handling of METHOD_IN_DIRECT IRPs.

svn path=/trunk/; revision=10251

19 years agoFix DosDateTimeToFileTime too.
James Tabor [Thu, 22 Jul 2004 06:28:52 +0000 (06:28 +0000)]
Fix DosDateTimeToFileTime too.

svn path=/trunk/; revision=10248

19 years agoYou can not stuff 60 seconds in 5 bits.
James Tabor [Thu, 22 Jul 2004 06:07:02 +0000 (06:07 +0000)]
You can not stuff 60 seconds in 5 bits.

svn path=/trunk/; revision=10247

19 years ago- Fix initialization order.
Filip Navara [Thu, 22 Jul 2004 02:36:43 +0000 (02:36 +0000)]
- Fix initialization order.

svn path=/trunk/; revision=10246

19 years ago- Fix heap corruption on converting ANSI -> UNICODE strings.
Filip Navara [Thu, 22 Jul 2004 02:32:53 +0000 (02:32 +0000)]
- Fix heap corruption on converting ANSI -> UNICODE strings.

svn path=/trunk/; revision=10245

19 years ago- Map the GENERIC_* flags depending of the object type in IoCreateFile.
Filip Navara [Thu, 22 Jul 2004 02:32:43 +0000 (02:32 +0000)]
- Map the GENERIC_* flags depending of the object type in IoCreateFile.

svn path=/trunk/; revision=10244

19 years agoRevert this patch:
Filip Navara [Thu, 22 Jul 2004 02:32:40 +0000 (02:32 +0000)]
Revert this patch:
- Convert the user mode dwDesiredAccess flags in CreateFile to the kernel mode ones that are used by NtCreateFile.

svn path=/trunk/; revision=10243

19 years agoImplement simple DACL inheritance.
Eric Kohl [Wed, 21 Jul 2004 23:38:15 +0000 (23:38 +0000)]
Implement simple DACL inheritance.

svn path=/trunk/; revision=10242

19 years ago2004-07-21 Casper S. Hornstrup <chorns@users.sourceforge.net>
Casper Hornstrup [Wed, 21 Jul 2004 20:10:05 +0000 (20:10 +0000)]
2004-07-21  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* w32api/include/(GdiPlus.h, GdiPlusBase.h, GdiPlusBrush.h, GdiPlusColor.h,
GdiPlusColorMatrix.h, GdiPlusEffects.h, GdiPlusEnums.h, GdiPlusFlat.h,
GdiPlusGpStubs.h, GdiPlusGraphics.h, GdiPlusHeaders.h,
GdiPlusImageAttributes.h, GdiPlusImaging.h GdiPlusInit.h,
GdiPlusLineCaps.h, GdiPlusMatrix.h, GdiPlusMem.h, GdiPlusMetaFile.h,
GdiPlusMetaHeader.h, GdiPlusPath.h, GdiPlusPen.h, GdiPlusPixelFormats.h,
GdiPlusStringFormat.h, GdiPlusTypes.h): New files.

svn path=/trunk/; revision=10241

19 years agouse same startmenu entries height as MS explorer
Martin Fuchs [Wed, 21 Jul 2004 19:05:19 +0000 (19:05 +0000)]
use same startmenu entries height as MS explorer

svn path=/trunk/; revision=10240

19 years ago2004-07-21 Casper S. Hornstrup <chorns@users.sourceforge.net>
Casper Hornstrup [Wed, 21 Jul 2004 18:17:50 +0000 (18:17 +0000)]
2004-07-21  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* rules.mak, iface/addsys/makefile, iface/native/makefile,
tools/Makefile: Be quiet if VERBOSE=no.
* tools/helper.mk: Print module name if it was successfully built.
* tools/regtests.c, tools/wine2ros/wine2ros.c: Be quiet.

svn path=/trunk/; revision=10239

19 years agoImplemented PsGetThreadFreezeCount, PsGetThreadHardErrorsAreDisabled, PsGetThreadId...
Alex Ionescu [Wed, 21 Jul 2004 01:05:26 +0000 (01:05 +0000)]
Implemented PsGetThreadFreezeCount, PsGetThreadHardErrorsAreDisabled, PsGetThreadId, PsGetThreadProcess, PsGetThreadProcessId, PsGetThreadSessionId, PsGetThreadTeb, PsGetThreadWin32Thread, PsGetCurrentThreadPreviousMode, PsGetCurrentThreadStackBase, PsGetCurrentThreadStackLimit, PsSetThreadHardErrorsAreDisabled, PsSetThreadWin32Thread

svn path=/trunk/; revision=10238

19 years agoImplemented PsGetProcessCreateTimeQuadPart, PsGetProcessDebugPort, PsGetProcessExitPr...
Alex Ionescu [Tue, 20 Jul 2004 23:58:35 +0000 (23:58 +0000)]
Implemented PsGetProcessCreateTimeQuadPart, PsGetProcessDebugPort, PsGetProcessExitProcessCalled, PsGetProcessExitStatus, PsGetProcessId, PsGetProcessImageFileName, PsGetProcessInheritedFromUniqueProcessId, PsGetProcessPeb,
PsGetProcessPriorityClass, PsGetProcessSectionBaseAddress,
PsGetProcessSecurityPort, PsGetProcessWin32Process,
PsGetProcessWin32WindowStation, PsIsProcessBeingDebugged,
PsGetCurrentProcessSessionId, PsGetProcessSessionId, PsSetProcessPriorityClass, PsSetProcessSecurityPort, PsSetProcessWin32Process, PsSetProcessWin32WindowStation

svn path=/trunk/; revision=10237

19 years ago- Replaced all single pushf/popf inline assembler instructions with a macro
Hartmut Birr [Tue, 20 Jul 2004 21:25:36 +0000 (21:25 +0000)]
- Replaced all single pushf/popf inline assembler instructions with a macro
  which doesn't change the stack layout.

svn path=/trunk/; revision=10236

19 years agoadded msacm32.dll to the build. This gets Winamp loading.
Steven Edwards [Tue, 20 Jul 2004 19:24:39 +0000 (19:24 +0000)]
added msacm32.dll to the build. This gets Winamp loading.
Cleaned up the list of libs a bit.

svn path=/trunk/; revision=10235

19 years agoThese files are auto-generated.
Steven Edwards [Tue, 20 Jul 2004 19:14:48 +0000 (19:14 +0000)]
These files are auto-generated.

svn path=/trunk/; revision=10234

19 years agoImplemented ImageLoad, MapAndLoad, ImageRvaToVa, ImageRvaToSection, ImageDirectoryEnt...
Alex Ionescu [Tue, 20 Jul 2004 16:48:18 +0000 (16:48 +0000)]
Implemented ImageLoad, MapAndLoad, ImageRvaToVa, ImageRvaToSection, ImageDirectoryEntryToData, GetImageUnusedHeaderBytes and BindImageEx

svn path=/trunk/; revision=10233

19 years agoSeAssignSecurity:
Eric Kohl [Tue, 20 Jul 2004 12:08:04 +0000 (12:08 +0000)]
SeAssignSecurity:
- Build a self-relative security descriptor.
- Inherit owner and group SIDs or assign useful default SIDs.
- Copy DACL from explicit secuity descriptor.

svn path=/trunk/; revision=10232

19 years ago- Fix handling of METHOD_IN_DIRECT IRPs.
Filip Navara [Tue, 20 Jul 2004 11:06:47 +0000 (11:06 +0000)]
- Fix handling of METHOD_IN_DIRECT IRPs.

svn path=/trunk/; revision=10231

19 years agothe resources are still in upper case. Adjust the RC to match this to fix the linux...
Steven Edwards [Mon, 19 Jul 2004 21:51:49 +0000 (21:51 +0000)]
the resources are still in upper case. Adjust the RC to match this to fix the linux build

svn path=/trunk/; revision=10230

19 years agoDon't interpret \\r\\n as 2 newlines.
Gregor Anich [Mon, 19 Jul 2004 19:40:01 +0000 (19:40 +0000)]
Don't interpret \\r\\n as 2 newlines.

svn path=/trunk/; revision=10229

19 years agofixed calculation of memory address
Thomas Bluemel [Mon, 19 Jul 2004 17:55:33 +0000 (17:55 +0000)]
fixed calculation of memory address

svn path=/trunk/; revision=10228

19 years ago- Add @implemented tag to NtMakePermanentObject().
Eric Kohl [Mon, 19 Jul 2004 12:48:59 +0000 (12:48 +0000)]
- Add @implemented tag to NtMakePermanentObject().
- Capture the security context before calling SeAsignSecurity() and release it later.

svn path=/trunk/; revision=10227

19 years agoSeCaptureSubjectContext() must not crash if no current thread exists.
Eric Kohl [Mon, 19 Jul 2004 12:45:56 +0000 (12:45 +0000)]
SeCaptureSubjectContext() must not crash if no current thread exists.

svn path=/trunk/; revision=10226

19 years agoadded missing colors
Thomas Bluemel [Mon, 19 Jul 2004 12:13:45 +0000 (12:13 +0000)]
added missing colors

svn path=/trunk/; revision=10225

19 years agofixed file names
Thomas Bluemel [Mon, 19 Jul 2004 09:55:26 +0000 (09:55 +0000)]
fixed file names

svn path=/trunk/; revision=10224

19 years agofixed file names
Thomas Bluemel [Mon, 19 Jul 2004 09:54:46 +0000 (09:54 +0000)]
fixed file names

svn path=/trunk/; revision=10223

19 years agoAdded Ps Stubs and Prototypes.
Alex Ionescu [Mon, 19 Jul 2004 06:08:21 +0000 (06:08 +0000)]
Added Ps Stubs and Prototypes.

svn path=/trunk/; revision=10222

19 years agoAdded OPTIMIZED Flag to config file to build optimized versions of NTOSKRNL and WIN32...
Alex Ionescu [Mon, 19 Jul 2004 04:52:24 +0000 (04:52 +0000)]
Added OPTIMIZED Flag to config file to build optimized versions of NTOSKRNL and WIN32K. Disabled by default.

svn path=/trunk/; revision=10221

19 years agoForgot to add file tilists.h
Art Yerkes [Mon, 19 Jul 2004 04:30:04 +0000 (04:30 +0000)]
Forgot to add file tilists.h

svn path=/trunk/; revision=10220

19 years agoadded preparations for installing .INF files (for class installers) during setup...
Gero Kuehn [Mon, 19 Jul 2004 01:33:48 +0000 (01:33 +0000)]
added preparations for installing .INF files (for class installers) during setup, added Reactos\Inf

svn path=/trunk/; revision=10219

19 years ago- Change IoReportResourceUsage from using UNIMPLEMENTED macro to just print an messag...
Filip Navara [Sun, 18 Jul 2004 23:52:50 +0000 (23:52 +0000)]
- Change IoReportResourceUsage from using UNIMPLEMENTED macro to just print an message that the function is unimplemented.

svn path=/trunk/; revision=10218

19 years ago- Change length checking semantics of NtEnumerateKey for KeyBasicInformation.
Filip Navara [Sun, 18 Jul 2004 23:52:38 +0000 (23:52 +0000)]
- Change length checking semantics of NtEnumerateKey for KeyBasicInformation.
- Correct buffer size calculations.

svn path=/trunk/; revision=10217

19 years ago- Properly set last error in WaitForSingleObjectEx.
Filip Navara [Sun, 18 Jul 2004 23:52:31 +0000 (23:52 +0000)]
- Properly set last error in WaitForSingleObjectEx.

svn path=/trunk/; revision=10216

19 years ago- RegEnumValueW should fill in *lpcbData if lpData == NULL.
Filip Navara [Sun, 18 Jul 2004 23:52:30 +0000 (23:52 +0000)]
- RegEnumValueW should fill in *lpcbData if lpData == NULL.

svn path=/trunk/; revision=10215

19 years agoFixed after prototype change.
Art Yerkes [Sun, 18 Jul 2004 22:53:59 +0000 (22:53 +0000)]
Fixed after prototype change.

svn path=/trunk/; revision=10212

19 years agoChanged include for afd.
Art Yerkes [Sun, 18 Jul 2004 22:50:52 +0000 (22:50 +0000)]
Changed include for afd.

svn path=/trunk/; revision=10211

19 years agoFirst commit of afd and msafd onto head.
Art Yerkes [Sun, 18 Jul 2004 22:49:18 +0000 (22:49 +0000)]
First commit of afd and msafd onto head.
tcpip: Turned off debug info in CVS.

svn path=/trunk/; revision=10210

19 years agoadded initial version of the network cpl
Gero Kuehn [Sun, 18 Jul 2004 22:37:08 +0000 (22:37 +0000)]
added initial version of the network cpl

svn path=/trunk/; revision=10209

19 years agoadded registry entries for the network configuration
Gero Kuehn [Sun, 18 Jul 2004 22:25:05 +0000 (22:25 +0000)]
added registry entries for the network configuration

svn path=/trunk/; revision=10208

19 years agomsafd + afd: Changed type of PVOID args to PAFD_WSABUF, avoiding some casts.
Art Yerkes [Sun, 18 Jul 2004 22:03:49 +0000 (22:03 +0000)]
msafd + afd: Changed type of PVOID args to PAFD_WSABUF, avoiding some casts.
Added some tracing.
Converted afd.sys to use METHOD_NEITHER in the correct places.
oskittcp: Added some tracking in tcp_input and tcp_output to help look for
the ack bug.
tcpip: some cleaning.  Realized that an NTE was getting sent to IPReceive as
the Context parameter, but was later treated as IP_INTERFACE.  Changed
prototypes to keep this from happening again.

svn path=/trunk/; revision=10207

19 years agodon't create read-only files
Thomas Bluemel [Sun, 18 Jul 2004 21:39:55 +0000 (21:39 +0000)]
don't create read-only files

svn path=/trunk/; revision=10206

19 years agoDelete read-only files too.
Gregor Anich [Sun, 18 Jul 2004 21:15:47 +0000 (21:15 +0000)]
Delete read-only files too.

svn path=/trunk/; revision=10205

19 years agoFixed broken build. Added functions were already defined in /lib/rtl and unecessary...
Alex Ionescu [Sun, 18 Jul 2004 17:45:28 +0000 (17:45 +0000)]
Fixed broken build. Added functions were already defined in /lib/rtl and unecessary in ntoskrnl.

svn path=/trunk/; revision=10204

19 years ago*** empty log message ***
Magnus Olsen [Sun, 18 Jul 2004 17:38:17 +0000 (17:38 +0000)]
*** empty log message ***

svn path=/trunk/; revision=10202

19 years ago- Since DirecrSound is not implemented at all we should return error in DirectSoundCr...
Filip Navara [Sun, 18 Jul 2004 17:16:57 +0000 (17:16 +0000)]
- Since DirecrSound is not implemented at all we should return error in DirectSoundCreate.

svn path=/trunk/; revision=10201

19 years ago- Convert the user mode dwDesiredAccess flags in CreateFile to the kernel mode ones...
Filip Navara [Sun, 18 Jul 2004 17:08:29 +0000 (17:08 +0000)]
- Convert the user mode dwDesiredAccess flags in CreateFile to the kernel mode ones that are used by NtCreateFile.

svn path=/trunk/; revision=10200

19 years ago- Fallback implementation in waveOut[Un]PrepareHeader.
Filip Navara [Sun, 18 Jul 2004 17:06:03 +0000 (17:06 +0000)]
- Fallback implementation in waveOut[Un]PrepareHeader.

svn path=/trunk/; revision=10199

19 years agoAdded and updated some German translations. Patch by Michael Fritscher.
Thomas Bluemel [Sun, 18 Jul 2004 16:07:58 +0000 (16:07 +0000)]
Added and updated some German translations. Patch by Michael Fritscher.

svn path=/trunk/; revision=10198

19 years agocvs maintainance
Thomas Bluemel [Sun, 18 Jul 2004 16:00:05 +0000 (16:00 +0000)]
cvs maintainance

svn path=/trunk/; revision=10197

19 years agoUse SeAssignSecurity() to build a security descriptor for a new object.
Eric Kohl [Sun, 18 Jul 2004 13:03:43 +0000 (13:03 +0000)]
Use SeAssignSecurity() to build a security descriptor for a new object.

svn path=/trunk/; revision=10196

19 years agoprecompiled header support for GCC 3.4.1
Martin Fuchs [Sun, 18 Jul 2004 13:03:06 +0000 (13:03 +0000)]
precompiled header support for GCC 3.4.1

svn path=/trunk/; revision=10194

19 years agoImplement most simple code path of SeAssignSecurity().
Eric Kohl [Sun, 18 Jul 2004 13:02:28 +0000 (13:02 +0000)]
Implement most simple code path of SeAssignSecurity().

svn path=/trunk/; revision=10193

19 years agoAdded RosRtlDevModeW2A function.
Gregor Anich [Sun, 18 Jul 2004 12:51:46 +0000 (12:51 +0000)]
Added RosRtlDevModeW2A function.

svn path=/trunk/; revision=10192

19 years agoeliminate useless GCC warning by initializing the entry variable
Martin Fuchs [Sun, 18 Jul 2004 09:31:02 +0000 (09:31 +0000)]
eliminate useless GCC warning by initializing the entry variable

svn path=/trunk/; revision=10191

19 years agofix UNICODE string buffer allocation
Martin Fuchs [Sun, 18 Jul 2004 09:20:38 +0000 (09:20 +0000)]
fix UNICODE string buffer allocation

svn path=/trunk/; revision=10190

19 years agoFix EnumDisplaySettingsExA (did not output anything into devmode)
Gregor Anich [Sun, 18 Jul 2004 00:36:33 +0000 (00:36 +0000)]
Fix EnumDisplaySettingsExA (did not output anything into devmode)

svn path=/trunk/; revision=10189

19 years agoAdded RosRtlDevModeW2A function.
Gregor Anich [Sun, 18 Jul 2004 00:30:08 +0000 (00:30 +0000)]
Added RosRtlDevModeW2A function.

svn path=/trunk/; revision=10188

19 years ago- Fixed memory referencing in mmTaskCreate.
Filip Navara [Sat, 17 Jul 2004 22:28:23 +0000 (22:28 +0000)]
- Fixed memory referencing in mmTaskCreate.

svn path=/trunk/; revision=10187

19 years agosimplified assigning DDI functions
Thomas Bluemel [Sat, 17 Jul 2004 21:10:25 +0000 (21:10 +0000)]
simplified assigning DDI functions

svn path=/trunk/; revision=10186

19 years agoAssign a security descriptor to the root directory object.
Eric Kohl [Sat, 17 Jul 2004 20:34:42 +0000 (20:34 +0000)]
Assign a security descriptor to the root directory object.

svn path=/trunk/; revision=10185

19 years agoCreate missing default DACLs.
Eric Kohl [Sat, 17 Jul 2004 20:32:11 +0000 (20:32 +0000)]
Create missing default DACLs.

svn path=/trunk/; revision=10184

19 years agoRemoved some comments - previous change didn't fix infinite re-creation of print...
Gregor Anich [Sat, 17 Jul 2004 17:37:41 +0000 (17:37 +0000)]
Removed some comments - previous change didn't fix infinite re-creation of print.c deps for me.

svn path=/trunk/; revision=10183

19 years ago- Disable debug messages.
Filip Navara [Sat, 17 Jul 2004 17:24:45 +0000 (17:24 +0000)]
- Disable debug messages.

svn path=/trunk/; revision=10182

19 years ago- RegQueryValueExW shouldn't touch *lpcbData if lpData == NULL.
Filip Navara [Sat, 17 Jul 2004 16:09:07 +0000 (16:09 +0000)]
- RegQueryValueExW shouldn't touch *lpcbData if lpData == NULL.

svn path=/trunk/; revision=10179

19 years agoChanged comments a bit, previous version did create print.c dependencies over and...
Gregor Anich [Sat, 17 Jul 2004 15:52:43 +0000 (15:52 +0000)]
Changed comments a bit, previous version did create print.c dependencies over and over again for me.

svn path=/trunk/; revision=10178

19 years agoHandle return value 0 from ExtEscape as special case (means to use the default driver)
Gregor Anich [Sat, 17 Jul 2004 15:13:37 +0000 (15:13 +0000)]
Handle return value 0 from ExtEscape as special case (means to use the default driver)

svn path=/trunk/; revision=10177

19 years agoHandle escape to get opengl driver info in IntEngExtEscape to avoid the infinite...
Gregor Anich [Sat, 17 Jul 2004 15:12:25 +0000 (15:12 +0000)]
Handle escape to get opengl driver info in IntEngExtEscape to avoid the infinite loop in the UNIMPLEMENTED macro (needed by opengl32.dll)

svn path=/trunk/; revision=10176

19 years agoImplement NtMakePermanentObject().
Eric Kohl [Sat, 17 Jul 2004 12:08:21 +0000 (12:08 +0000)]
Implement NtMakePermanentObject().

svn path=/trunk/; revision=10175

19 years agoAdded exports for new stubs and fixed some issues with recently commited stubs.
Alex Ionescu [Sat, 17 Jul 2004 05:13:05 +0000 (05:13 +0000)]
Added exports for new stubs and fixed some issues with recently commited stubs.

svn path=/trunk/; revision=10174

19 years agoAdded keys for Winsock
Alex Ionescu [Sat, 17 Jul 2004 04:17:32 +0000 (04:17 +0000)]
Added keys for Winsock

svn path=/trunk/; revision=10173

19 years agoAdded keys for Winsock
Alex Ionescu [Sat, 17 Jul 2004 04:04:08 +0000 (04:04 +0000)]
Added keys for Winsock

svn path=/trunk/; revision=10172

19 years agoAdded New System Call Prototypes and Stubs
Alex Ionescu [Sat, 17 Jul 2004 03:07:00 +0000 (03:07 +0000)]
Added New System Call Prototypes and Stubs

svn path=/trunk/; revision=10171

19 years agoAdded Mm Prototypes
Alex Ionescu [Sat, 17 Jul 2004 03:04:45 +0000 (03:04 +0000)]
Added Mm Prototypes

svn path=/trunk/; revision=10170

19 years agoAdded Mm Stubs
Alex Ionescu [Sat, 17 Jul 2004 03:03:52 +0000 (03:03 +0000)]
Added Mm Stubs

svn path=/trunk/; revision=10169

19 years agoFix loading of default driver.
Gregor Anich [Sat, 17 Jul 2004 02:26:33 +0000 (02:26 +0000)]
Fix loading of default driver.

svn path=/trunk/; revision=10168

19 years agoAdded keys for Winsock
Alex Ionescu [Sat, 17 Jul 2004 01:12:24 +0000 (01:12 +0000)]
Added keys for Winsock

svn path=/trunk/; revision=10167

19 years agoAdd registry entries for the Mesa OpenGL driver.
Gregor Anich [Fri, 16 Jul 2004 23:53:38 +0000 (23:53 +0000)]
Add registry entries for the Mesa OpenGL driver.

svn path=/trunk/; revision=10166

19 years agoFixed more warnings, compiles with -Werror now.
Gregor Anich [Fri, 16 Jul 2004 23:48:54 +0000 (23:48 +0000)]
Fixed more warnings, compiles with -Werror now.

svn path=/trunk/; revision=10165

19 years agomoved these docs to a folder. The file names broke the
Steven Edwards [Fri, 16 Jul 2004 23:41:14 +0000 (23:41 +0000)]
moved these docs to a folder. The file names broke the
livecd build

svn path=/trunk/; revision=10164

19 years ago- Get rid of linker warnings.
Filip Navara [Fri, 16 Jul 2004 23:37:26 +0000 (23:37 +0000)]
- Get rid of linker warnings.

svn path=/trunk/; revision=10163

19 years agoFix warning.
Gregor Anich [Fri, 16 Jul 2004 23:35:19 +0000 (23:35 +0000)]
Fix warning.

svn path=/trunk/; revision=10162

19 years agoRemove unused files.
Gregor Anich [Fri, 16 Jul 2004 23:29:10 +0000 (23:29 +0000)]
Remove unused files.

svn path=/trunk/; revision=10161

19 years agoAdded keys for Winsock
Alex Ionescu [Fri, 16 Jul 2004 23:28:55 +0000 (23:28 +0000)]
Added keys for Winsock

svn path=/trunk/; revision=10160

19 years agoFix some warnings.
Gregor Anich [Fri, 16 Jul 2004 23:21:04 +0000 (23:21 +0000)]
Fix some warnings.

svn path=/trunk/; revision=10159

19 years agocleanup
Steven Edwards [Fri, 16 Jul 2004 23:01:56 +0000 (23:01 +0000)]
cleanup

svn path=/trunk/; revision=10157

19 years agoFix building on Linux
Steven Edwards [Fri, 16 Jul 2004 22:59:43 +0000 (22:59 +0000)]
Fix building on Linux

svn path=/trunk/; revision=10156

19 years agoFix unknown pragma warnings and gl.h include for linux builds.
Gregor Anich [Fri, 16 Jul 2004 22:54:48 +0000 (22:54 +0000)]
Fix unknown pragma warnings and gl.h include for linux builds.

svn path=/trunk/; revision=10155