Commit Graph

4272 Commits (cb6e4a12eac70e9dcf3d37706e600c8595ea931b)

Author SHA1 Message Date
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
Mike McCormack f911398492 Add some more headers. 2005-05-25 17:49:18 +00:00
Alexandre Julliard 0bfa0b80b0 Better support for building stand-alone tests. 2005-05-25 09:57:07 +00:00
Robert Shearman 4ad93416a8 Implement NtAccessCheck. 2005-05-24 12:32:18 +00:00
Mike McCormack 3889d950bc Add the missing interface method PromptAction to
IInternetZoneManager.
2005-05-24 12:30:35 +00:00
Phil Krylov 6618b0355c Added detection of platforms which don't have external timezone and
daylight variables, and emulation of these variables.
2005-05-24 11:52:46 +00:00
Mike McCormack 03a7022ef8 Define GetSoftwareUpdateInfo and ISoftDistExt. 2005-05-24 11:44:12 +00:00
Mike McCormack 0a7a7a7efb Define CLSID_ShellWindows. 2005-05-24 09:49:13 +00:00
Robert Shearman 7bff35428b - Add new server type "struct security_descriptor".
- Add tracing for this new type.
2005-05-23 16:33:00 +00:00
Ivan Leo Puoti a7275c85c4 Update LDT_ENTRY definition. 2005-05-23 16:23:35 +00:00
Alexandre Julliard 70d0439905 Moved the generated code segment for 16-bit builtins inside the module
structure.
Get rid of the BUILTIN16_DESCRIPTOR structure and directly register
the MZ header instead.
2005-05-23 12:07:15 +00:00
Eric Pouech f09a26067f - fixed ReadProcessMemoryProc prototype
- made StackWalk work when dbghelp is run against a non running
  process
2005-05-23 11:43:44 +00:00
Kees Cook e9029159a8 Add defines for dwFlags in pPromptStruct and calls to
CryptProtectData.
2005-05-23 09:54:17 +00:00
Ivan Leo Puoti 010eadf908 Added some structs to ntddscsi.h. 2005-05-23 09:54:02 +00:00
Juan Lang 8bf9171bf7 Add a bunch of missing declarations and definitions. 2005-05-20 18:57:49 +00:00
James Hawkins bb47d54d4c Update LVGROUP struct to match MSDN. 2005-05-20 09:44:01 +00:00
Ivan Leo Puoti 2964d8bc52 Rename SystemDriverInformation to SystemModuleInformation. 2005-05-20 09:40:59 +00:00
Eric Kohl 071db4ca6e Define RPC_FC_IGNORE. 2005-05-19 11:14:21 +00:00
Kevin Koltzau 6703b44862 Added missing AW define. 2005-05-19 11:14:14 +00:00
Kevin Koltzau 6323caa453 Add missing typedefs. 2005-05-19 11:13:58 +00:00
Dimi Paun e035e01b11 Rename back local_compact to LOCAL_Compact for consistency.
Get rid of no longer used local.h.
2005-05-19 11:13:36 +00:00
Alexandre Julliard e18ca98857 Removed last dependencies on 16-bit headers from ntdll. 2005-05-18 18:37:30 +00:00
Alexandre Julliard b3e0a032ce Moved entry point definitions from module.h to kernel16_private.h. 2005-05-18 18:27:54 +00:00
Emmanuel Maillard 64c077860e Added Darwin 8.0 specific headers. 2005-05-18 18:20:23 +00:00
Alexandre Julliard 90dd7f0603 Removed implementation of LoadDIBIconHandler16 and
LoadDIBCursorHandler16 since they are no longer used, and stop
exporting NE_DefResourceHandler.
2005-05-18 15:37:41 +00:00
Dimi Paun 10d48a9464 Document the more convenient iteration method. 2005-05-18 13:24:46 +00:00
Kees Cook 66d922df37 Define CryptProtectData/CryptUnprotectData crypt32.dll calls. 2005-05-18 13:24:08 +00:00
Kouji Sasaki 7038bb2f83 Exchanged the values for LVA_ALIGNLEFT style and LVA_DEFAULT style. 2005-05-18 09:43:23 +00:00
Robert Shearman 714c60f081 Add Wine-only type checking for DllRegisterServer and
DllUnregisterServer.
2005-05-17 14:33:17 +00:00
Alexandre Julliard e8a23c9572 Use the exported IMAGE_OS2_HEADER to generate the module header in the
spec file, and moved the NE_MODULE structure definition to
kernel16_private.h.
2005-05-17 10:21:29 +00:00
Aric Stewart 6186b2beaf Correct a problem with parse_data if binary data was not in full bytes.
More properly handle uncompressed file sources, fix the creating and
parsing of Source Directories.
2005-05-16 21:37:35 +00:00