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 |
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 |
Alexandre Julliard
|
4776085c9c
|
Moved a bunch of definitions out of module.h into a new
kernel16_private.h header.
|
2005-05-16 19:44:54 +00:00 |
Alexandre Julliard
|
e4412a618c
|
Removed the special casing of kernel32 and ntdll for the TEB
definition in winternl.h.
|
2005-05-16 17:52:10 +00:00 |
Alexandre Julliard
|
19bfcd3533
|
Moved the remaining stack frame definitions to kernel_private.h and
removed stackframe.h.
|
2005-05-16 14:45:18 +00:00 |
Alexandre Julliard
|
95086f45a4
|
Moved data structures for 16-bit relay calls to winbase16.h and
removed builtin16.h.
|
2005-05-16 09:19:18 +00:00 |
Martin Fuchs
|
c6b0ad6963
|
Define flags for SHFormatDrive().
|
2005-05-16 08:48:10 +00:00 |
Mike McCormack
|
6e69a36d42
|
Added some xml headers.
|
2005-05-16 08:46:55 +00:00 |
Michael Stefaniuc
|
d5e8a65f96
|
Add some SystemParametersInfo SPI_* defines.
|
2005-05-16 08:45:15 +00:00 |
Dimi Paun
|
e510a29159
|
Make LOCAL_*() just wrappers around Local*16() functions.
|
2005-05-14 12:18:15 +00:00 |
Alexandre Julliard
|
d876893fc1
|
Store the 16-bit stack pointer in the WOW32Reserved TEB field.
|
2005-05-14 12:16:46 +00:00 |
Alexandre Julliard
|
7e4af0f60b
|
Store the winsock per-thread data in NtCurrentTeb()->WinSockData
instead of using TlsAlloc.
|
2005-05-14 11:09:21 +00:00 |
Juan Lang
|
e5b4a6973a
|
Implement signals.
|
2005-05-13 17:44:28 +00:00 |
Juan Lang
|
164f8fbb45
|
Added schannel header files.
|
2005-05-12 09:55:10 +00:00 |
Alexandre Julliard
|
9e73cdde39
|
Allow passing a string to the window property server requests instead
of an atom to avoid redundant server round-trips.
|
2005-05-11 19:01:10 +00:00 |
Paul Vriens
|
ad8d542a93
|
Sorted some of the structs and made them consistent.
|
2005-05-11 18:23:46 +00:00 |
Alexandre Julliard
|
5590c8d159
|
Added a few missing structure names.
|
2005-05-11 15:57:44 +00:00 |
Eric Pouech
|
26c9b074c7
|
Implemented NTDLL atom support.
|
2005-05-11 15:55:49 +00:00 |
Alexandre Julliard
|
63342353bc
|
Store a bitmap of active hooks on the client side to try to avoid
server calls for hooks that are not set.
|
2005-05-11 13:03:15 +00:00 |
Aric Stewart
|
ea6ecf44ff
|
Add a stub implementation of RegisterTraceGuids.
|
2005-05-11 13:00:18 +00:00 |
Dimitrie O. Paun
|
1ef6e296f9
|
Move {ABOVE,BELOW}_NORMAL_PRIORITY_CLASS to winbase.h.
|
2005-05-11 12:00:58 +00:00 |
Eric Pouech
|
6246c2d4c4
|
Get rid of include/miscemu.h.
|
2005-05-10 16:01:38 +00:00 |
Eric Pouech
|
16df50efbe
|
Moved DOS memory handling to winedos.
|
2005-05-10 15:22:09 +00:00 |
Eric Pouech
|
e6267369b2
|
- changed ATOM support in wineserver to match NTDLL needs
- adapted accordingly kernel32 atom support
|
2005-05-10 15:15:50 +00:00 |
Paul Vriens
|
219bff0f29
|
Changed SystemHandleList into SystemHandleInformation
Unknown18 is now SystemPageFileInformation
Some consistency (added numbers to the definitions).
|
2005-05-10 13:15:41 +00:00 |
Juan Lang
|
ffebbae54f
|
Fix FILETIME to match winbase.h on big-endian machines.
|
2005-05-10 08:28:37 +00:00 |
Juan Lang
|
ac0ba1a241
|
Partially implement AppSearch for RegLocator-type searches.
|
2005-05-10 08:27:00 +00:00 |
Andreas Mohr
|
51198f8eb6
|
Fix for CommConfigDialog*() hwnd argument.
|
2005-05-09 19:32:33 +00:00 |
Paul Vriens
|
64a44a45c1
|
Remove HANDLEINFO struct.
Add SYSTEM_HANDLE_INFORMATION and SYSTEM_HANDLE_ENTRY structs.
|
2005-05-09 19:32:04 +00:00 |
Paul Vriens
|
424cc2a0a2
|
Remove the not used PROCESS_INFO struct.
|
2005-05-09 14:35:14 +00:00 |
Alexandre Julliard
|
26050b49d5
|
Prefix the internal name of all register functions with __regs_ for
better consistency and to make automated checking possible.
|
2005-05-07 18:10:30 +00:00 |
Robert Lunnon
|
c0cb4d352b
|
Implement futimes for Solaris using futimesat.
|
2005-05-07 14:53:38 +00:00 |