Commit Graph

4302 Commits

Author SHA1 Message Date
Mike McCormack d838385b38 Add and fix function prototypes. 2005-06-13 10:03:18 +00:00
Mike McCormack 7bb1757e75 Correct GdiIsPlayMetafileDC prototype. 2005-06-13 10:00:53 +00:00
Juan Lang c716cc8078 Add/correct a few more definitions. 2005-06-13 10:00:21 +00:00
Hans Leidekker 31d80321c6 Declare missing functions. 2005-06-13 10:00:03 +00:00
James Hawkins f3392ac814 Add RtlAnsiCharToUnicodeChar definition.
Correct stub status of RtlAnsiCharToUnicodeChar.
2005-06-12 11:07:25 +00:00
Eric Kohl a9983c8d16 Implement RtlAdjustPrivilege. 2005-06-12 10:44:01 +00:00
Matthew Davison 2a19883857 Added some definitions to setupapi. 2005-06-10 19:52:48 +00:00
Mike McCormack 908308631f Create a stub implementation for MsiViewGetError. 2005-06-10 19:52:13 +00:00
Mike McCormack 950e5e626c Dependency fixes for winternl.h. 2005-06-10 19:33:47 +00:00
Mike McCormack 0489f9e4c0 Include missing AW macro. 2005-06-10 19:29:46 +00:00
Mike McCormack f4c138b3db Declare the MSIDBERROR enumeration. 2005-06-10 19:29:24 +00:00
Mike McCormack 8d9471db99 Declare functions and correct prototypes. 2005-06-10 19:29:16 +00:00
Mike McCormack d69ddb7ae7 Declare some missing functions. 2005-06-09 12:06:08 +00:00
Aric Stewart 00337b9a51 Added module upgrade.c and implemented FindRelatedProducts. 2005-06-09 12:05:27 +00:00
Mike McCormack f2e475ebae Added some function declarations. 2005-06-09 09:48:51 +00:00
Robert Shearman e51dd36453 Implement overlapped I/O with named pipes. 2005-06-08 19:11:46 +00:00
Alexandre Julliard 1bf96e09a9 Beginnings of support for window stations and desktops. 2005-06-08 18:44:50 +00:00
Mike McCormack 09d5cc2363 Declare some functions. 2005-06-07 20:07:34 +00:00
Mike McCormack 92990283bd Define GetExplicitEntriesFromAcl. 2005-06-07 20:06:13 +00:00
Mike McCormack 487f41e7f4 Added some security related functions to winbase.h. 2005-06-07 20:06:05 +00:00
Mike McCormack c4ccc39851 Added the appmgmt.h header. 2005-06-07 20:05:42 +00:00
Mike McCormack 731dfdb37b Declare OleLoadPictureEx. 2005-06-07 20:03:55 +00:00
Paul Vriens 264eb8d5a3 Add another (unknown) member to SYSTEM_THREAD_INFORMATION. 2005-06-07 20:01:29 +00:00
Alexandre Julliard ab29aa2126 Moved the ntdll per-thread data out of the TEB into a private
structure stored in TEB.SystemReserved2.
2005-06-06 20:04:33 +00:00
Felix Nawothnig d8c5960ce1 Make SYSTEM_THREAD_INFORMATION.pszProcessName a UNICODE_STRING. 2005-06-06 15:42:08 +00:00
Mike McCormack a12897b884 Define some Cert* functions. 2005-06-06 15:39:21 +00:00
Alexandre Julliard 6d07a9c39c Moved the server part of the ExitThread functionality to ntdll. 2005-06-05 18:38:48 +00:00
Vitaliy Margolen a8b541e24d Match names for WM_SHOWWINDOW status codes to MSDN. 2005-06-05 18:15:27 +00:00
Paul Vriens 2d4b8c1e91 Added some error codes. 2005-06-05 17:52:22 +00:00
Robert Reif 5c8fb16893 Finish DirectSoundCapture/DirectSoundCapture8 split.
Add tests to verify split.
2005-06-04 09:38:14 +00:00
Juan Lang 020c3968c6 Added a bunch of crypto error codes. 2005-06-04 09:37:09 +00:00
Paul Vriens eb6559f910 Change SYSTEM_PROCESS_INFORMATION to reflect W2K/WinXP/W2K3 structure. 2005-06-03 11:24:43 +00:00
Juan Lang d8e003801a Added a couple missing prototypes. 2005-06-02 19:40:30 +00:00
Juan Lang 46185a9f8e - add some tests for OID functions
- implement encoding integers
2005-06-02 10:34:03 +00:00
Juan Lang 5dad4644cf Added snmp.h. 2005-06-02 10:28:10 +00:00
Dimi Paun cb5edab531 Minor formattting fixes. 2005-06-01 19:50:34 +00:00
Dimi Paun 49a06a24fc Add definitions for IDTRYAGAIN and IDCONTINUE. 2005-06-01 19:50:07 +00:00
Mike McCormack 8ec6682278 Define some functions and structures. 2005-06-01 19:49:29 +00:00
Alexandre Julliard db412aaf60 Added a from_child parameter to the get_update_region request to allow
restarting the search from a given child, in order to avoid looping
forever on windows that don't repaint correctly.
2005-05-31 13:37:16 +00:00
Alexandre Julliard 16885f09a5 Fixed RtlIsTextUnicode prototype, and made it properly take into
account the results of the tests to determine the return value.
2005-05-31 13:24:44 +00:00
Andreas Mohr e5a2a7a103 TV_ITEM is the old name of TVITEM, shouldn't be used any more. 2005-05-31 13:20:32 +00:00
Mike McCormack cac6387ca3 Add and correct some function declarations. 2005-05-30 11:12:24 +00:00
Mike McCormack fa6563d5fb - always declare the lstr* functions, even if they're inline
- add prototype for ReadDirectoryChangesW
2005-05-29 20:03:30 +00:00
Juan Lang e3406b8765 Add a few missing defines. 2005-05-29 19:59:21 +00:00
Dmitry Timoshkov 4625628e67 Make some of the OLE interface vtables const. 2005-05-27 20:17:35 +00:00
Alexandre Julliard 95b87814e8 Added --list option to the tests and use that in winetest. 2005-05-27 20:10:59 +00:00
Rolf Kalbermatter 12497168fa Add declarations for AVICAP and SDK part of Video Capture Driver
Interface.
2005-05-27 09:27:17 +00:00
Rein Klazes 254e747b72 Add a stub for ODBCCPlApplet. 2005-05-26 16:08:27 +00:00
Mike McCormack 8b705bec93 Added some idl definitions. 2005-05-26 12:22:51 +00:00
Uwe Bonnes ef73685e6b Fix small typo. 2005-05-25 17:49:37 +00:00