wine
18 years agoPrevent the use of windowsx.h with Wine source.
Mike McCormack [Sat, 18 Mar 2006 01:18:04 +0000 (10:18 +0900)] 
Prevent the use of windowsx.h with Wine source.

18 years agowinefile: Eliminate use of windowsx.h.
Mike McCormack [Fri, 17 Mar 2006 15:57:16 +0000 (00:57 +0900)] 
winefile: Eliminate use of windowsx.h.

18 years agodbghelp: MSC fixes.
Eric Pouech [Sat, 18 Mar 2006 12:33:20 +0000 (13:33 +0100)] 
dbghelp: MSC fixes.

- wrong cut & paste across versions of a given record type
- wrong definition for register_v2

18 years agodbghelp: Support for LF_VTSHAPE in MSC.
Eric Pouech [Sat, 18 Mar 2006 12:33:16 +0000 (13:33 +0100)] 
dbghelp: Support for LF_VTSHAPE in MSC.

- added preliminary support for VT (virtual table) shape
  type record
- as we don't do C++, it's just a hack to get rid of
  some errors

18 years agodbghelp: MSC forward declaration.
Eric Pouech [Sat, 18 Mar 2006 12:33:11 +0000 (13:33 +0100)] 
dbghelp: MSC forward declaration.

- create an infrastructure for handling forward usage
  of type records
- used it in some cases (pointer to yet not defined udt,
  function signature, modifiers)

18 years agodbghelp: Type parsing refactoring.
Eric Pouech [Sat, 18 Mar 2006 12:33:06 +0000 (13:33 +0100)] 
dbghelp: Type parsing refactoring.

- seperate types' table handling from a single type handling
  by adding codeview_parse_one_type function
- factored all calls for caching symt
- make type parsing helpers return the symt instead of a
  simple error status

18 years agodbghelp: Fixes for NB11 types.
Eric Pouech [Sat, 18 Mar 2006 12:33:03 +0000 (13:33 +0100)] 
dbghelp: Fixes for NB11 types.

- when checking debug info in NB09 or NB11 format (CodeView),
  try to load the global types section

18 years agodbghelp: MSC handling of function signature's parameters.
Eric Pouech [Sat, 18 Mar 2006 12:33:00 +0000 (13:33 +0100)] 
dbghelp: MSC handling of function signature's parameters.

- now correctly parsing parameters types for a function
  signature and storing them in dbghelp internal structures

18 years agodbghelp: Cleanup MSC bitfield handling.
Eric Pouech [Sat, 18 Mar 2006 12:32:56 +0000 (13:32 +0100)] 
dbghelp: Cleanup MSC bitfield handling.

- no longer caching bitfield information but accessing it directly
  when needed
- removed all kludges for bitfield handling
- reused BOOL parameter to codeview_get_type for monitoring
  traces (will be used in later patches)

18 years agodbghelp: Fieldlist.
Eric Pouech [Sat, 18 Mar 2006 12:32:50 +0000 (13:32 +0100)] 
dbghelp: Fieldlist.

- now that we have offset tables to type, we can cleanly
  parse the field-lists and remove the associated kludges
- also adding internal structure for easing parameter sharing
  across functions (codeview_type_parse)
- in mscvpdb.h, also reparated the type records that are
  referenced from other type records (union codeview_type_ref)
  from type records referenced by symbols (union codeview_type)

18 years agodbghelp: MSC types.
Eric Pouech [Sat, 18 Mar 2006 12:32:44 +0000 (13:32 +0100)] 
dbghelp: MSC types.

- enforce the type records that can be accessed by symbols (these are
  anyway the high level ones)

18 years agodbghelp: Types parsing.
Eric Pouech [Sat, 18 Mar 2006 12:32:41 +0000 (13:32 +0100)] 
dbghelp: Types parsing.

- our engine for parsing types section now requires in entry
  an offsets table for getting directly to each type in the
  section
- (re)construct this table for PDB types

18 years agodbghelp: CV's ssearch.
Eric Pouech [Sat, 18 Mar 2006 12:32:38 +0000 (13:32 +0100)] 
dbghelp: CV's ssearch.

- added definitions for start_search symbol info
- silenced warnings from this symbol

18 years agodbghelp: Moved codeview structures and definitions from msc.c to mscvpdb.h.
Eric Pouech [Sat, 18 Mar 2006 12:32:35 +0000 (13:32 +0100)] 
dbghelp: Moved codeview structures and definitions from msc.c to mscvpdb.h.

18 years agodbghelp: Compiland and source files are not the same thing.
Eric Pouech [Sat, 18 Mar 2006 12:32:31 +0000 (13:32 +0100)] 
dbghelp: Compiland and source files are not the same thing.

- in MSC debug info parsing, clearly separate a source file
  information from a compiland (including in linetab structure)
- in ELF debug info parsing, now storing compiland directly
  in symtab_elt while browsing the symtab section (we still
  create twice the compilands, once in stabs/dwarf parsing,
  a second time in symtab parsing)

18 years agogdi32: Look for ttf fonts in the Wine font dir.
Vitaly Lipatov [Fri, 17 Mar 2006 15:36:11 +0000 (18:36 +0300)] 
gdi32: Look for ttf fonts in the Wine font dir.

18 years agogdi: Add a test for bitmap font metrics to ensure that they match the Windows ones.
Dmitry Timoshkov [Fri, 17 Mar 2006 06:01:41 +0000 (14:01 +0800)] 
gdi: Add a test for bitmap font metrics to ensure that they match the Windows ones.

18 years agowidl: Do not generate code that initializes a binding handle.
Eric Kohl [Sat, 18 Mar 2006 13:33:48 +0000 (14:33 +0100)] 
widl: Do not generate code that initializes a binding handle.

18 years agowidl: Fix proc offset calculation.
Eric Kohl [Sat, 18 Mar 2006 13:33:39 +0000 (14:33 +0100)] 
widl: Fix proc offset calculation.

A void return type is represented by a FC_END/FC_PAD sequence in the
proc format string. Increment the proc offset by two when a function
returns void.

18 years agowidl: 'unsigned char' and 'byte' are must be distinct types.
Eric Kohl [Sat, 18 Mar 2006 13:33:08 +0000 (14:33 +0100)] 
widl: 'unsigned char' and 'byte' are must be distinct types.

18 years agomshtml.idl: Added more interfaces.
Jacek Caban [Sat, 18 Mar 2006 13:34:46 +0000 (14:34 +0100)] 
mshtml.idl: Added more interfaces.

18 years agomshtml/tests: Code cleanup.
Jacek Caban [Sat, 18 Mar 2006 11:01:33 +0000 (12:01 +0100)] 
mshtml/tests: Code cleanup.

18 years agodbghelp: Live target detection.
Eric Pouech [Sat, 18 Mar 2006 09:32:33 +0000 (10:32 +0100)] 
dbghelp: Live target detection.

- DBGHELP_NOLIVE env variable is tested earlier to avoid
  some strange effects in live target detection
- in WineDbg, delete DBGHELP_NOLIVE before attaching to
  a process, because we know it must be a live target

18 years agoRemove some unnecessary uses of windowsx.h
Mike McCormack [Fri, 17 Mar 2006 14:26:20 +0000 (23:26 +0900)] 
Remove some unnecessary uses of windowsx.h

18 years agoavifil32: Use HeapAlloc instead of GlobalAlloc. Eliminate windowsx.h.
Mike McCormack [Sat, 18 Mar 2006 01:17:33 +0000 (10:17 +0900)] 
avifil32: Use HeapAlloc instead of GlobalAlloc. Eliminate windowsx.h.

18 years agotaskmgr: Fix some gcc 4.1 warnings.
Mike McCormack [Fri, 17 Mar 2006 13:49:49 +0000 (22:49 +0900)] 
taskmgr: Fix some gcc 4.1 warnings.

18 years agowinecfg: Fix some gcc 4.1 warnings.
Mike McCormack [Fri, 17 Mar 2006 13:49:27 +0000 (22:49 +0900)] 
winecfg: Fix some gcc 4.1 warnings.

18 years agocrypt32: Fix a warning.
Mike McCormack [Fri, 17 Mar 2006 13:48:56 +0000 (22:48 +0900)] 
crypt32: Fix a warning.

18 years agomsvfw32: Update Korean resources.
YunSong Hwang [Fri, 17 Mar 2006 09:33:30 +0000 (18:33 +0900)] 
msvfw32: Update Korean resources.

18 years agotaskmgr: Fix some gcc 4.1 warnings.
Mike McCormack [Fri, 17 Mar 2006 09:38:55 +0000 (18:38 +0900)] 
taskmgr: Fix some gcc 4.1 warnings.

18 years agotaskmgr: Fix some gcc 4.1 warnings.
Mike McCormack [Fri, 17 Mar 2006 09:37:41 +0000 (18:37 +0900)] 
taskmgr: Fix some gcc 4.1 warnings.

18 years agotaskmgr: Fix some gcc 4.1 warnings.
Mike McCormack [Fri, 17 Mar 2006 09:37:23 +0000 (18:37 +0900)] 
taskmgr: Fix some gcc 4.1 warnings.

18 years agotaskmgr: Fix some gcc 4.1 warnings.
Mike McCormack [Fri, 17 Mar 2006 09:37:00 +0000 (18:37 +0900)] 
taskmgr: Fix some gcc 4.1 warnings.

18 years agotaskmgr: Fix some gcc 4.1 warnings.
Mike McCormack [Fri, 17 Mar 2006 09:37:11 +0000 (18:37 +0900)] 
taskmgr: Fix some gcc 4.1 warnings.

18 years agotaskmgr: Fix some gcc 4.1 warnings.
Mike McCormack [Fri, 17 Mar 2006 09:36:48 +0000 (18:36 +0900)] 
taskmgr: Fix some gcc 4.1 warnings.

18 years agoregedit: Fix some gcc 4.1 warnings.
Mike McCormack [Fri, 17 Mar 2006 09:34:05 +0000 (18:34 +0900)] 
regedit: Fix some gcc 4.1 warnings.

18 years agocrypt32: Implement CertGetSubjectCertificateFromStore.
Juan Lang [Fri, 17 Mar 2006 03:22:56 +0000 (19:22 -0800)] 
crypt32: Implement CertGetSubjectCertificateFromStore.

18 years agowined3d: Add D3DBASISTYPE to wined3d_types.h.
Stefan Dösinger [Thu, 16 Mar 2006 22:29:07 +0000 (23:29 +0100)] 
wined3d: Add D3DBASISTYPE to wined3d_types.h.

18 years agod3d8/wined3d: Vertex shader fixes.
Roderick Colenbrander [Thu, 16 Mar 2006 21:42:00 +0000 (22:42 +0100)] 
d3d8/wined3d: Vertex shader fixes.

18 years agogdi: Support for loading fonts from the build directory.
Alexandre Julliard [Fri, 17 Mar 2006 12:10:09 +0000 (13:10 +0100)] 
gdi: Support for loading fonts from the build directory.

18 years agowinecfg: Support for loading the list of dlls from the build directory.
Alexandre Julliard [Fri, 17 Mar 2006 12:09:54 +0000 (13:09 +0100)] 
winecfg: Support for loading the list of dlls from the build directory.

18 years agolibwine: Added magic handling of dll path when running in build dir.
Alexandre Julliard [Fri, 17 Mar 2006 12:08:08 +0000 (13:08 +0100)] 
libwine: Added magic handling of dll path when running in build dir.

This should ensure that we do the right thing in the build dir even if
WINEDLLPATH isn't set.

18 years agowinbase.h: Add missing LMEM_INVALID_HANDLE define.
Detlef Riekenberg [Thu, 16 Mar 2006 18:52:47 +0000 (19:52 +0100)] 
winbase.h: Add missing LMEM_INVALID_HANDLE define.

18 years agolibwine: Export wine_get_build_dir.
Alexandre Julliard [Thu, 16 Mar 2006 16:36:19 +0000 (17:36 +0100)] 
libwine: Export wine_get_build_dir.

18 years agolibwine: Added support for executing wine binaries out of the build dir.
Alexandre Julliard [Thu, 16 Mar 2006 16:35:32 +0000 (17:35 +0100)] 
libwine: Added support for executing wine binaries out of the build dir.

18 years agolibwine: Added detection for Wine being run out of the build directory.
Alexandre Julliard [Thu, 16 Mar 2006 16:35:14 +0000 (17:35 +0100)] 
libwine: Added detection for Wine being run out of the build directory.

18 years agodlls: Remove the no longer needed symlinks to the static libraries.
Alexandre Julliard [Thu, 16 Mar 2006 16:25:06 +0000 (17:25 +0100)] 
dlls: Remove the no longer needed symlinks to the static libraries.

18 years agoRemove some no longer needed library paths.
Alexandre Julliard [Thu, 16 Mar 2006 15:28:43 +0000 (16:28 +0100)] 
Remove some no longer needed library paths.

18 years agowinegcc: Look for libraries in subdirs of the library path too.
Alexandre Julliard [Thu, 16 Mar 2006 15:28:04 +0000 (16:28 +0100)] 
winegcc: Look for libraries in subdirs of the library path too.

This means that -lfoo will match the library 'foo/libfoo.def' in
addition to just 'libfoo.def'. This allows supporting the Wine source
layout without adding a gazillion path entries.

18 years agosecur32: Update ntlm_auth version detection to detect new samba4 version numbers.
Kai Blin [Thu, 16 Mar 2006 11:45:17 +0000 (12:45 +0100)] 
secur32: Update ntlm_auth version detection to detect new samba4 version numbers.

Samba4 changed the versioning from 3.9.X to 4.0.0tpX-preY.

18 years agocrypt32: Tighten CertDuplicateCertificateContext test.
Juan Lang [Wed, 15 Mar 2006 17:58:59 +0000 (09:58 -0800)] 
crypt32: Tighten CertDuplicateCertificateContext test.

Test that the return from CertDuplicateCertificateContext is the same
as its parameter.

18 years agoRelease 0.9.10. wine-0.9.10
Alexandre Julliard [Wed, 15 Mar 2006 14:41:07 +0000 (15:41 +0100)] 
Release 0.9.10.

18 years agoavitools: Fixed library path for msvfw32.
Alexandre Julliard [Wed, 15 Mar 2006 14:24:05 +0000 (15:24 +0100)] 
avitools: Fixed library path for msvfw32.

18 years agouser/tests: Try harder to flush X events before running tests.
Alexandre Julliard [Wed, 15 Mar 2006 11:11:02 +0000 (12:11 +0100)] 
user/tests: Try harder to flush X events before running tests.

18 years agowininet: Added Hungarian translation.
András Kovács [Mon, 6 Mar 2006 11:47:11 +0000 (12:47 +0100)] 
wininet: Added Hungarian translation.

18 years agowineps: Added Hungarian translation.
András Kovács [Mon, 6 Mar 2006 11:47:11 +0000 (12:47 +0100)] 
wineps: Added Hungarian translation.

18 years agoshlwapi: Added Hungarian translation.
András Kovács [Mon, 6 Mar 2006 11:47:11 +0000 (12:47 +0100)] 
shlwapi: Added Hungarian translation.

18 years agoshell32: Added Hungarian translation.
András Kovács [Mon, 6 Mar 2006 11:47:11 +0000 (12:47 +0100)] 
shell32: Added Hungarian translation.

18 years agoshdocvw: Added Hungarian translation.
András Kovács [Mon, 6 Mar 2006 11:47:11 +0000 (12:47 +0100)] 
shdocvw: Added Hungarian translation.

18 years agosetupapi: Added Hungarian translation.
András Kovács [Mon, 6 Mar 2006 11:47:11 +0000 (12:47 +0100)] 
setupapi: Added Hungarian translation.

18 years agoserialui: Added Hungarian translation.
András Kovács [Mon, 6 Mar 2006 11:47:11 +0000 (12:47 +0100)] 
serialui: Added Hungarian translation.

18 years agooledlg: Added Hungarian translation.
András Kovács [Mon, 6 Mar 2006 11:47:11 +0000 (12:47 +0100)] 
oledlg: Added Hungarian translation.

18 years agomsvidc32: Added Hungarian translation.
András Kovács [Mon, 6 Mar 2006 11:47:11 +0000 (12:47 +0100)] 
msvidc32: Added Hungarian translation.

18 years agomsvfw32: Added Hungarian translation.
András Kovács [Mon, 6 Mar 2006 11:47:11 +0000 (12:47 +0100)] 
msvfw32: Added Hungarian translation.

18 years agomsrle32: Added Hungarian translation.
András Kovács [Mon, 6 Mar 2006 11:47:11 +0000 (12:47 +0100)] 
msrle32: Added Hungarian translation.

18 years agomsi: Added Hungarian translation.
András Kovács [Mon, 6 Mar 2006 11:47:11 +0000 (12:47 +0100)] 
msi: Added Hungarian translation.

18 years agomshtml: Added Hungarian translation.
András Kovács [Mon, 6 Mar 2006 11:47:11 +0000 (12:47 +0100)] 
mshtml: Added Hungarian translation.

18 years agomsacm: Added Hungarian translation.
András Kovács [Mon, 6 Mar 2006 11:47:11 +0000 (12:47 +0100)] 
msacm: Added Hungarian translation.

18 years agompr: Added Hungarian translation.
András Kovács [Mon, 6 Mar 2006 11:47:11 +0000 (12:47 +0100)] 
mpr: Added Hungarian translation.

18 years agoiccvid: Added Hungarian translation.
András Kovács [Mon, 6 Mar 2006 11:47:11 +0000 (12:47 +0100)] 
iccvid: Added Hungarian translation.

18 years agohhctrl.ocx: Added Hungarian translation.
András Kovács [Mon, 6 Mar 2006 11:47:11 +0000 (12:47 +0100)] 
hhctrl.ocx: Added Hungarian translation.

18 years agocomctl32: Added Hungarian translation.
András Kovács [Mon, 6 Mar 2006 11:47:11 +0000 (12:47 +0100)] 
comctl32: Added Hungarian translation.

18 years agoavifil32: Added Hungarian translation.
András Kovács [Mon, 6 Mar 2006 11:47:11 +0000 (12:47 +0100)] 
avifil32: Added Hungarian translation.

18 years agowined3d: Add WINED3DINDEXBUFFER_DESC to wined3dtypes.h.
Stefan Dösinger [Tue, 14 Mar 2006 22:14:40 +0000 (23:14 +0100)] 
wined3d: Add WINED3DINDEXBUFFER_DESC to wined3dtypes.h.

18 years agocomctl32: Fix some gcc 4.1 warnings.
Mike McCormack [Wed, 15 Mar 2006 05:04:44 +0000 (14:04 +0900)] 
comctl32: Fix some gcc 4.1 warnings.

18 years agodsound: Add info to failed tests.
Robert Reif [Wed, 15 Mar 2006 00:17:43 +0000 (19:17 -0500)] 
dsound: Add info to failed tests.

Print format for failed SetFormat calls.

18 years agoadvpack: Forward OpenINFEngineA and TranslateInfStringA to their
James Hawkins [Thu, 9 Mar 2006 05:29:40 +0000 (23:29 -0600)] 
advpack: Forward OpenINFEngineA and TranslateInfStringA to their
unicode counterparts.

18 years agodplayx: Fix semaphore deadlock.
Aric Cyr [Fri, 3 Mar 2006 18:43:04 +0000 (03:43 +0900)] 
dplayx: Fix semaphore deadlock.

- Make sure to release the dplayx semaphore in for error cases as well.
- Prevent race condition between creation of the semaphore and
  grabbing of the lock by creating the semaphore in the locked state
  instead of unlocked.

18 years agox11drv: Fix one case of "glXChooseFBConfig returns NULL" problem.
Vitaliy Margolen [Sun, 5 Mar 2006 05:27:11 +0000 (22:27 -0700)] 
x11drv: Fix one case of "glXChooseFBConfig returns NULL" problem.

Using alpha bits > 8 makes this function fail, while it should not.

18 years agox11drv: Avoid unaligned 32 bit reads, and reads beyond the input pixel
Rein Klazes [Wed, 1 Mar 2006 15:39:42 +0000 (16:39 +0100)] 
x11drv: Avoid unaligned 32 bit reads, and reads beyond the input pixel
buffer in the convert_888_to_0888_* functions.

18 years agomsvideo: Renamed the msvideo directory to msvfw32.
Alexandre Julliard [Wed, 15 Mar 2006 09:04:53 +0000 (10:04 +0100)] 
msvideo: Renamed the msvideo directory to msvfw32.

18 years agowin32s: Renamed the win32s directory to w32skrnl.
Alexandre Julliard [Wed, 15 Mar 2006 09:01:56 +0000 (10:01 +0100)] 
win32s: Renamed the win32s directory to w32skrnl.

18 years agowinsock: Renamed the winsock directory to ws2_32.
Alexandre Julliard [Wed, 15 Mar 2006 08:57:30 +0000 (09:57 +0100)] 
winsock: Renamed the winsock directory to ws2_32.

18 years agowineprefixcreate: Fixed datadir path. Added dependency on relpath.
Alexandre Julliard [Wed, 15 Mar 2006 08:54:19 +0000 (09:54 +0100)] 
wineprefixcreate: Fixed datadir path. Added dependency on relpath.

18 years agowineprefixcreate: Make path searching relative.
Pierre d'Herbemont [Sat, 11 Mar 2006 20:12:11 +0000 (21:12 +0100)] 
wineprefixcreate: Make path searching relative.

18 years agoshell32: Add parameter formatting rule to the command line if there isn't any.
Dmitry Timoshkov [Mon, 13 Mar 2006 05:44:41 +0000 (13:44 +0800)] 
shell32: Add parameter formatting rule to the command line if there isn't any.

18 years agowininet: Move URL-related tests to a separate file.
Robert Shearman [Tue, 14 Mar 2006 17:49:19 +0000 (18:49 +0100)] 
wininet: Move URL-related tests to a separate file.

18 years agowininet: Make InternetCrackUrlW set the components related to net_loc
Robert Shearman [Tue, 14 Mar 2006 14:35:37 +0000 (14:35 +0000)] 
wininet: Make InternetCrackUrlW set the components related to net_loc
to NULL when net_loc isn't present in the input URL.

18 years agowininet: Move cookie-related stubs to cookie.c
Robert Shearman [Tue, 14 Mar 2006 14:35:52 +0000 (14:35 +0000)] 
wininet: Move cookie-related stubs to cookie.c

18 years agowininet: Implement setting of send and receive timeouts.
Robert Shearman [Tue, 14 Mar 2006 14:36:11 +0000 (14:36 +0000)] 
wininet: Implement setting of send and receive timeouts.

18 years agontdll: Move the call to MODULE_DllThreadAttach from the kernel32
Robert Shearman [Tue, 14 Mar 2006 14:35:21 +0000 (14:35 +0000)] 
ntdll: Move the call to MODULE_DllThreadAttach from the kernel32
thread creation function to the NTDLL one.

18 years agowineesd: Use pipe sync for events.
Robert Reif [Tue, 14 Mar 2006 12:28:53 +0000 (07:28 -0500)] 
wineesd: Use pipe sync for events.

Ues pipe sync code from OSS/ALSA rather than windows events.

18 years agox11drv: Prevent out of bound access in DescribePixelFormat.
Jan Zerebecki [Mon, 13 Mar 2006 13:06:14 +0000 (14:06 +0100)] 
x11drv: Prevent out of bound access in DescribePixelFormat.

18 years agowine.inf: Increase the DirectX version to that of the latest 9.0c .
Jan Zerebecki [Mon, 13 Mar 2006 13:06:40 +0000 (14:06 +0100)] 
wine.inf: Increase the DirectX version to that of the latest 9.0c .

18 years agoddraw: Don't crash in d3d test if OpenGL is missing.
Alexandre Julliard [Mon, 13 Mar 2006 13:19:58 +0000 (14:19 +0100)] 
ddraw: Don't crash in d3d test if OpenGL is missing.

18 years agocrypt32: Abstract contexts.
Juan Lang [Fri, 10 Mar 2006 23:22:41 +0000 (15:22 -0800)] 
crypt32: Abstract contexts.

- create a base cert context, and make functions unaware whether
  they're dealing with the base or derived type
- simplify stores as a result

18 years agoshell32: Fix some gcc 4.1 warnings caused by casts in macros.
Mike McCormack [Sat, 11 Mar 2006 05:43:37 +0000 (14:43 +0900)] 
shell32: Fix some gcc 4.1 warnings caused by casts in macros.

18 years agowined3d: Vertexdeclaration fix.
Roderick Colenbrander [Sun, 12 Mar 2006 15:27:31 +0000 (16:27 +0100)] 
wined3d: Vertexdeclaration fix.

In the old d3d8 code SetVertexShader stored the so called vertex
declaration in the stateblock. In case of WineD3D this isn't done
which breaks the drawPrimitive code. This patch stores the vertex
declaration again in the stateblock which fixes Age Of Mythology.

18 years agoadvapi32: Add stub implementations for a bunch of documented Lsa APIs.
Hans Leidekker [Sat, 11 Mar 2006 10:54:54 +0000 (11:54 +0100)] 
advapi32: Add stub implementations for a bunch of documented Lsa APIs.

18 years agodinput/joystick_linuxinput: Add POV detection and reporting.
Christoph Frick [Fri, 10 Mar 2006 08:58:14 +0000 (09:58 +0100)] 
dinput/joystick_linuxinput: Add POV detection and reporting.

Mapping of ABS_HAT[0-3][XY] to the four POV used by dinput.