Commit graph

18243 commits

Author SHA1 Message Date
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
Brandon Turner 90f9ace5cf don't skip whitespace in echo command. patch by irc:ravelo. bug #1042.
svn path=/trunk/; revision=19412
2005-11-21 18:10:55 +00:00
Casper Hornstrup 34baac2c5c Parse <compilationunit>
svn path=/trunk/; revision=19411
2005-11-21 18:02:28 +00:00
Brandon Turner 76eec82fec update todo with things i have finished.
svn path=/trunk/; revision=19410
2005-11-21 17:53:11 +00:00
Brandon Turner e0c275453f Make all directories in a path that do not already exist. Code in MakeFullPath() based on WINE code.
svn path=/trunk/; revision=19409
2005-11-21 17:50:05 +00:00
Magnus Olsen d03263175a implement some part of waveopen
svn path=/trunk/; revision=19408
2005-11-21 17:44:57 +00:00
Thomas Bluemel 44d01ccfdb Patch by Michael Fritscher <michael@fritscher.net>
- support for more/less lines
- support page up/down and pos1/end keys
- added numeration
- added german translation

svn path=/trunk/; revision=19407
2005-11-21 13:46:20 +00:00
Thomas Bluemel d631c67e57 fixed the ProbeForWriteLargeInteger and ProbeForWriteUlargeInteger macros
svn path=/trunk/; revision=19406
2005-11-21 11:20:11 +00:00
Thomas Bluemel dd2be60406 fixed uninitialized variables warnings by not using/returning totally random data. The code still has a lot of totally broken DWORD->Pointer casts that are going to be a problem on 64 bit architectures...
svn path=/trunk/; revision=19405
2005-11-21 10:49:48 +00:00
Christoph von Wittich d5691f048e added stubs for Wow64DisableWow64FsRedirection, Wow64RevertWow64FsRedirection
svn path=/trunk/; revision=19404
2005-11-21 10:26:27 +00:00
Christoph von Wittich c7aae26f12 import avifil32 from WINE 0.9.1
svn path=/trunk/; revision=19403
2005-11-21 09:51:12 +00:00
Magnus Olsen 237518aa3e prepareing for waveopendevice code adding waveThread as stub
svn path=/trunk/; revision=19400
2005-11-21 01:16:29 +00:00
Magnus Olsen f0327a5b69 remove stub for CallbackWaveDevice, Left todo WODM_OPEN, WODM_WRITE, WODM_GETPOS, WODM_SETVOLUME, WODM_GETVOLUME some code exists but not checked if it is complete or it contain some stub
svn path=/trunk/; revision=19399
2005-11-21 00:56:13 +00:00
Magnus Olsen ec258db7d4 remove the stub of ThreadCallWaveDevice and implement it there it need it.
svn path=/trunk/; revision=19398
2005-11-21 00:16:30 +00:00
Magnus Olsen fa1eae0697 correct some bugs
svn path=/trunk/; revision=19397
2005-11-20 23:25:16 +00:00
Magnus Olsen 529a616638 implement more case to widMessage
svn path=/trunk/; revision=19396
2005-11-20 22:30:01 +00:00
Magnus Olsen b6e3594ee9 implement AUXDM_SETVOLUME now the auxMessage are complete
svn path=/trunk/; revision=19395
2005-11-20 21:59:21 +00:00
Magnus Olsen 55050b7b0d Implement AUXDM_GETVOLUME
svn path=/trunk/; revision=19394
2005-11-20 21:42:23 +00:00
Thomas Bluemel ff5070b1f7 added stub for SetupDiGetClassImageIndex
svn path=/trunk/; revision=19393
2005-11-20 21:29:42 +00:00
Gé van Geldorp 80b04bfdd6 New netapi32 vendor import
svn path=/trunk/; revision=19391
2005-11-20 21:19:17 +00:00
Gé van Geldorp 9cd483ca8e Remove old netapi32 in preparation for a new vendor import
svn path=/trunk/; revision=19390
2005-11-20 21:13:09 +00:00
Magnus Olsen 2898175429 Remove hardcode of Find one device of midiout and wavout now scan for WaveOutXX, WaveInXX, MidiInXX, MidiOutXX, AuxXX.
svn path=/trunk/; revision=19389
2005-11-20 21:12:43 +00:00
Alex Ionescu 81932981fe Fix really stupid typo (thanks Hartmut)
svn path=/trunk/; revision=19388
2005-11-20 20:48:38 +00:00
Hartmut Birr 7619aa3f45 Waiting for a fast mutex should be done in kernel mode.
svn path=/trunk/; revision=19387
2005-11-20 20:45:35 +00:00