Commit graph

18366 commits

Author SHA1 Message Date
Thomas Bluemel
e0535fe8a9 Fixed a bunch of uninitialized variable warnings. Dereferencing random pointers can't be a good idea, testing would've been great. The changes may not be correct, please review!
svn path=/trunk/; revision=19464
2005-11-22 11:20:01 +00:00
Hervé Poussineau
3143bf613e Fix sublanguage IDs in .rc files:
- LANG_ENGLISH -> SUBLANG_ENGLISH_US
- LANG_JAPANESE -> SUBLANG_DEFAULT
- others -> SUBLANG_NEUTRAL
I didn't change .rc files in files synched with Wine

svn path=/trunk/; revision=19463
2005-11-22 10:24:14 +00:00
Alex Ionescu
b7b5e0bdb0 Fix boot regression.
svn path=/trunk/; revision=19462
2005-11-22 09:53:00 +00:00
Hervé Poussineau
19d917a3b7 Fix French translation
svn path=/trunk/; revision=19461
2005-11-22 08:26:06 +00:00
Steven Edwards
e910f4cab0 porting fixes
svn path=/trunk/; revision=19460
2005-11-22 08:25:35 +00:00
Alex Ionescu
e20d5baaa0 - I wish svn delete would..delete the file -before- committing to that testing before a commit would actually be useful. Fix wdmguid.c build
- Update NDK text files.

svn path=/trunk/; revision=19459
2005-11-22 08:21:42 +00:00
Steven Edwards
de89ca03e4 add __i386__
svn path=/trunk/; revision=19458
2005-11-22 08:20:55 +00:00
Casper Hornstrup
394ced81ac Parse <compilationunit>
svn path=/trunk/; revision=19457
2005-11-22 08:18:03 +00:00
Steven Edwards
8284e89b8c msvc warnings fixes
svn path=/trunk/; revision=19456
2005-11-22 08:15:04 +00:00
Steven Edwards
6b8f182f77 remove some warnings
svn path=/trunk/; revision=19455
2005-11-22 08:12:42 +00:00
Steven Edwards
887ffe5baa add recent winehq object manager tests
svn path=/trunk/; revision=19454
2005-11-22 07:18:44 +00:00
Alex Ionescu
90c7b2a8ae - Fix typo accidentally added after testing the build (due to alt-f Q)
svn path=/trunk/; revision=19453
2005-11-22 06:57:36 +00:00
Steven Edwards
13b219657a _M_IX86 is not the same as _X86_ on the most recent PSDK. Define both
svn path=/trunk/; revision=19452
2005-11-22 06:22:21 +00:00
Alex Ionescu
c4f5d37239 - Fix inclusion of deleted file.
svn path=/trunk/; revision=19451
2005-11-22 05:48:48 +00:00
Alex Ionescu
f355909c07 - Define DECLSPEC_ADDRSAFE and FORCEINLINE for gcc in winnt.h
- Remove FASTCALL define from windef.h and add it to winddk.h
- Move EXCEPTION_ defines to crt/except.h
- Remove public GUIDs from sysguid.h and move from NDK to public umpnpmgr lib headers (since no other component but it + kernel uses them)
- Make include/ndk an include path. The NDK is now used like the DDK, so including ndk/foo.h should be replaced by include foo.h just like for PSDK or DDK.
- Don't include misc.h in usermode.
- Protect some stuff in helper.h against multiple definitions.
- Sync with NDK 1.00 Beta 1 to prepare for public NDK release.

svn path=/trunk/; revision=19450
2005-11-22 04:57:45 +00:00
Nathan Woods
779147bf80 Regedit: Enhancements to the contextual menu in the treeview
1.  Implemented Export
2.  Added a placeholder for Permissions


svn path=/trunk/; revision=19449
2005-11-22 04:54:18 +00:00
Alex Ionescu
c6a600f0d3 - Don't hardcode PEB address
svn path=/trunk/; revision=19448
2005-11-22 03:37:39 +00:00
Alex Ionescu
0dac77333a - Missed one change
svn path=/trunk/; revision=19447
2005-11-22 03:32:15 +00:00
Alex Ionescu
4d1789ec8e - Don't use STATIC
svn path=/trunk/; revision=19446
2005-11-22 03:18:13 +00:00
Alex Ionescu
75ae595a8d - Don't use EXPORTED
- Define MM_HIGHEST_VAD_ADDRESS; this seems to be the actual value of the PEB and represents the highest address that a VAD can be on Windows (and the PEB is the highest vad). This define shoudl probably go in mm.h since I believe the checks and code in NtXxxVirtualMemory should use -it- instead of MM_HIGHEST_USER_ADDRESS.

svn path=/trunk/; revision=19445
2005-11-22 02:30:18 +00:00
Brandon Turner
2f4ea4daeb copy back both POINTS to make a RECT
svn path=/trunk/; revision=19444
2005-11-22 01:48:27 +00:00
Nathan Woods
6cf4575ef6 1. Fixed a bug that caused registry keys created under previously childless keys to not show up in the tree view
2.  If a registry key deletion fails because of a permission error part of the way through, the key will be refeshed and the partial deletion will show up



svn path=/trunk/; revision=19443
2005-11-22 01:30:30 +00:00
Filip Navara
fc2948f5f2 Put the function type declarations at the right place. Patch by Brezenbak.
svn path=/trunk/; revision=19442
2005-11-22 01:06:05 +00:00
Alex Ionescu
8bebf65a42 - Don't use STATIC
svn path=/trunk/; revision=19441
2005-11-22 00:50:12 +00:00
Filip Navara
8136033064 Change some FS:x reading macros for better compatibility with MSVC compiler and move KeGetCurrentKPCR/KeGetCurrentPrcb from DDK into ntoskrnl.
svn path=/trunk/; revision=19440
2005-11-22 00:47:58 +00:00
Filip Navara
9ff8e85f1d Fix compilation.
svn path=/trunk/; revision=19439
2005-11-22 00:38:45 +00:00
Filip Navara
be3e833bc3 Change the FS read/write functions to macros and use constant addressing instead of register.
svn path=/trunk/; revision=19438
2005-11-22 00:34:46 +00:00
Filip Navara
ee6bd345aa Fix some registry structures to match the Windows format.
svn path=/trunk/; revision=19437
2005-11-22 00:29:22 +00:00
Filip Navara
f0bab69a40 Use a standard header instead of redefining size_t.
svn path=/trunk/; revision=19436
2005-11-22 00:16:37 +00:00
Filip Navara
10ff9775bf Fix a typo.
svn path=/trunk/; revision=19435
2005-11-22 00:15:47 +00:00
Alex Ionescu
91f701e9e7 - Remove usage of STATIC, and use static in the right place.
svn path=/trunk/; revision=19434
2005-11-22 00:05:23 +00:00
James Tabor
8200dffeed Removed ActCtx.c.
svn path=/trunk/; revision=19433
2005-11-21 22:56:09 +00:00
James Tabor
8ced6754fb Rename file.
svn path=/trunk/; revision=19432
2005-11-21 22:53:25 +00:00
Magnus Olsen
19d51450c2 french translation by bulio
svn path=/trunk/; revision=19431
2005-11-21 22:45:00 +00:00
Magnus Olsen
38785d9b05 small cleanup and bugfix
svn path=/trunk/; revision=19430
2005-11-21 22:16:31 +00:00
Gé van Geldorp
05c9aefc02 Clean zlib host files
svn path=/trunk/; revision=19429
2005-11-21 22:05:22 +00:00
Magnus Olsen
c1846c1208 implement soundSetData
svn path=/trunk/; revision=19428
2005-11-21 22:01:13 +00:00
Magnus Olsen
e6e2bc6ac8 implement soundGetData and WaveThreadSetState
svn path=/trunk/; revision=19427
2005-11-21 21:51:30 +00:00
Filip Navara
cfdaa3b11d Be consistent and change #if DBG to #ifdef DBG.
svn path=/trunk/; revision=19426
2005-11-21 21:22:13 +00:00
Magnus Olsen
8b4bd72ee1 Implement WaveThreadGetData
svn path=/trunk/; revision=19425
2005-11-21 21:14:07 +00:00
Christoph von Wittich
c902c40ab5 implemented CreateActCtxA, FindActCtxSectionStringA
svn path=/trunk/; revision=19424
2005-11-21 21:09:30 +00:00
Casper Hornstrup
a09fa8cc1c Revert 19411
svn path=/trunk/; revision=19423
2005-11-21 20:59:32 +00:00
Magnus Olsen
632b022f53 implement WaveThreadSetData
svn path=/trunk/; revision=19422
2005-11-21 20:56:50 +00:00
Filip Navara
d3b6316e84 Generate .dsp files with matching !IF/!ELSEIF and !ENDIF directives to make NMAKE accept them.
svn path=/trunk/; revision=19421
2005-11-21 20:46:55 +00:00
Magnus Olsen
5b5d2b5fd6 waveThread is not longer stub it is alive and do not have all case implement
svn path=/trunk/; revision=19420
2005-11-21 20:41:34 +00:00
Gé van Geldorp
3dd0788855 avifil32 vendor import
svn path=/trunk/; revision=19419
2005-11-21 19:19:13 +00:00
Gé van Geldorp
658fc24476 Remove avifil32 in preparation of vendor import
svn path=/trunk/; revision=19418
2005-11-21 19:15:37 +00:00
Gé van Geldorp
03e2b1ec91 Linux doesn't understand VOID
svn path=/trunk/; revision=19415
2005-11-21 18:58:20 +00:00
Magnus Olsen
fb715cbd19 adding code for waveTheard it is not complete yet
svn path=/trunk/; revision=19414
2005-11-21 18:49:41 +00:00
Alex Ionescu
3533bfc92c - Misc janitorial fixes by Brezenbak to fix some MSVC compile errors.
svn path=/trunk/; revision=19413
2005-11-21 18:38:09 +00:00