Alexandre Julliard
1fd6264244
Fixed the FIXME in RtlNtStatusToDosError, and implemented
...
RtlGetLastNtStatus and RtlSetLastWin32ErrorAndNtStatusFromNtStatus.
2005-01-04 12:09:32 +00:00
Alexandre Julliard
646ab89f0a
Support mapping non page-aligned binaries for SEC_IMAGE mappings.
2005-01-04 12:04:06 +00:00
Robert Shearman
2835633789
Implement proxy manager.
2005-01-04 11:58:23 +00:00
Marcus Meissner
ffc55dad79
Removed whitespace at end of lines, updated a bit.
2005-01-04 11:57:21 +00:00
Jacek Caban
fc9446cbd4
Uncommented 'optional' attributes.
2005-01-04 11:56:41 +00:00
Mike McCormack
b624b87363
Add cfgmgr32.h header.
2005-01-04 11:56:13 +00:00
Ulrich Czekalla
07ee528e52
When loading a bitmap into a dibsection the result cannot be
...
compressed.
2005-01-04 11:55:13 +00:00
Aric Stewart
0e1252a8ab
Handle IME messages in the default unicode window procedure too.
2005-01-04 11:54:27 +00:00
Dimitrie O. Paun
433202fe9e
Augment the compiling documentatin with the actual commands.
2005-01-04 11:53:38 +00:00
Dimitrie O. Paun
4e53492bbd
Hide authors, we don't know how to format them.
2005-01-04 11:53:17 +00:00
Dimitrie O. Paun
85d8536a1e
Remove bashing of packages, value judgments.
2005-01-04 11:52:40 +00:00
Vincent Béron
0f2d176e92
Keep all REAMDEs in sync.
2005-01-04 11:51:52 +00:00
Robert Shearman
5bded56016
Fix colours used for SS_*RECT, SS_*FRAME.
2005-01-04 11:51:14 +00:00
Michael Jung
2032284035
Added support for machine keysets.
2005-01-04 11:49:55 +00:00
Robert Shearman
dee74a6ec9
Make the ClassFactory proxy support aggregation.
2005-01-04 11:47:52 +00:00
Alexandre Julliard
75f87dd43f
Get rid of the ThunkData stubs, these are not functions.
2005-01-03 20:47:48 +00:00
Alexandre Julliard
e7f5fade9e
Fixed CLSID_AVISimpleUnMarshal export.
2005-01-03 20:43:13 +00:00
Alexandre Julliard
0e39462063
Avoid dumping the contents of output strings.
2005-01-03 20:33:40 +00:00
Hans Leidekker
8fb2e35c01
Remove most remaining stubs from unicows.
2005-01-03 20:30:57 +00:00
Hans Leidekker
c1236fd120
Stub implementations for SHUpdateImageA, SHHandleUpdateImage,
...
SHObjectProperties, SHGetNewLinkInfo{A,W}, SHStartNetConnectionDialog,
SHEmptyRecycleBin{A,W}, SHFormatDrive, SHQueryRecycleBin{A,W}.
'HeapAlloc can fail' fix for ExtractIconExA.
Implement ExtractAssociatedIconA -> W.
Correct prototype for SHObjectProperties.
Forward SHGetNewLinkInfo to SHGetNewLinkInfoA.
2005-01-03 20:26:06 +00:00
Hans Leidekker
8facd46877
Stub implementations for AddMonitorW, DeletePrinterDriverW,
...
DeleteMonitorW, DeletePortW, GetPrintProcessorDirectoryW,
AddPrintProcessor{A,W}, AddPrintProvidor{A,W},
AdvancedDocumentProperties{A,W}, EnumPortsW, AddPort{A,W},
ConfigurePort{A,W}, DeletePrintProcessor{A,W},
DeletePrintProvidor{A,W}, EnumPrintProcessorDatatypes{A,W},
GetJob{A,W}.
2005-01-03 20:24:39 +00:00
Christian Costa
45f111a276
Implemented IMediaControl_Run that explores the graph, counts
...
renderers and starts filters.
Better implementation of IBaseFilter_Run for AVI SPlitter and AVI
Decompressor.
Use the standard memory allocator when an output pin does not provide
any allocator.
Set allocator properties for AVI Decompressor output pin and update
the buffers size at connection time.
2005-01-03 20:23:14 +00:00
Jakob Eriksson
0b14f38d57
Add return value to GetObject error message.
2005-01-03 20:19:32 +00:00
Peter Berg Larsen
08aa87fb57
Currently a '//****' is matched as an /* comment - disallow a '/' in
...
front of the '/*' match. An 'extern "C" {' can be split in several
lines - allow '\n' as space, and lookout for the rest if partial
found.
2005-01-03 20:18:58 +00:00
Peter Berg Larsen
6beae245ea
In function_grep.pl and symbol.c/symbol_clean_string spaces between
...
the function name and * are removed. Fx. the type 'void * foo()' is
returned as 'void *foo()'. Recognized this as a valid prototype in
symbol_search.
2005-01-03 20:18:23 +00:00
Peter Berg Larsen
73ef3155cf
Added the word "FLOAT" to be recognized as argument type float.
2005-01-03 20:16:23 +00:00
Peter Berg Larsen
06f9b8b9ad
Define DirectPlayLobbyCreate to be either the W or A version.
2005-01-03 20:15:56 +00:00
Michael Jung
521d221748
Added some defines concerning SChannel CSPs.
2005-01-03 20:14:49 +00:00
Michael Jung
0da8a5219e
Adhere to const'ness of the input data in encrypt_block_impl.
2005-01-03 20:14:03 +00:00
Vitaly Lipatov
6971e1d762
Add comments, fix negative value from GetCurFocus.
2005-01-03 20:12:42 +00:00
Alexandre Julliard
8b4ff10119
Use ExitProcess to terminate the process in ExitWindowsEx so that it
...
gets a chance to clean things up.
2005-01-03 20:11:23 +00:00
Mike McCormack
8d830b6246
Add some missing declarations in the spec file.
2005-01-03 20:10:45 +00:00
Jacek Caban
e09e67e8a9
Get rid of W->A calls.
2005-01-03 20:09:22 +00:00
Diego Pettenò
e07a95688d
Get rid of DPRINTF.
2005-01-03 20:04:54 +00:00
Aric Stewart
bd1bbc1768
Improve progress bar tracking.
2005-01-03 20:00:13 +00:00
Alexandre Julliard
42c5cde5cd
Warning fixes.
2005-01-03 17:15:37 +00:00
Hans Leidekker
0cc2031409
Stub implementations for GetKernelObjectSecurity,
...
GetPrivateObjectSecurity, GetServiceKeyName{A,W},
ImpersonateNamedPipeClient, InitiateSystemShutdown{A,W},
IsTokenRestricted, LogonUser{A,W}, LookupAccountNameW,
LookupPrivilegeDisplayName{A,W}, MapGenericMask,
ObjectCloseAuditAlarm{A,W}, ObjectOpenAuditAlarm{A,W},
ObjectPrivilegeAuditAlarm{A,W}, PrivilegedServiceAuditAlarm{A,W},
QueryServiceLockStatus{A,W}, SetAclInformation,
SetPrivateObjectSecurity, SetSecurityDescriptorControl,
SetServiceBits, LsaSetInformationPolicy, LsaLookupNames,
LsaEnumerateTrustedDomains.
2005-01-03 17:12:51 +00:00
Jon Griffiths
4fb777c471
Documentation fix.
2005-01-03 17:09:55 +00:00
Hans Leidekker
8310bd5328
Implement and test URLIS_URL flag in UrlIs().
2005-01-03 17:08:40 +00:00
Christian Costa
18511a38e7
Added registration/unregistration of media types.
2005-01-03 17:05:47 +00:00
Jon Griffiths
91332bf471
Implement CreateIProp & most of MAPI's IMAPIProp & IPropData ifaces.
...
Implement FBadEntryList and make FBadProp use it.
Test CreateIProp, start of tests for IPropData interface.
2005-01-03 17:05:02 +00:00
Hans Leidekker
c730eec6e1
Stub implementations for GetAltTabInfo{A,W}.
...
Forward GetAltTabInfo to GetAltTabInfoA.
2005-01-03 17:02:34 +00:00
Justin Chevrier
e603d1a0dd
Converted system metrics to Unicode.
2005-01-03 16:59:41 +00:00
Francois Gouget
20afe30d76
- If given the EWX_FORCE flag, ExitWindowsEx() should not send the
...
WM_{QUERY}ENDSESSION messages.
- Add support for EWX_FORCEIFHUNG.
- ExitWindowsEx() should return true if it succeeds, even if the user
cancels the shutdown.
- Don't crash if there are no windows.
2005-01-03 16:57:02 +00:00
Steven Edwards
d06a464ce9
Add and fix some stubs.
2005-01-03 16:54:43 +00:00
Ivan Leo Puoti
918214313e
Update copyright info for the new year.
2005-01-03 16:53:50 +00:00
Jacek Caban
dfa192ae28
Get rid of HEAP_strdupWtoA calls.
2005-01-03 16:07:37 +00:00
Aric Stewart
6296de389a
Be sure that set paths are terminated with a backslash.
2005-01-03 16:06:44 +00:00
Michael Stefaniuc
15a308a9d7
Do not check for non NULL pointer before HeapFree'ing it. It's
...
redundant.
2005-01-03 14:56:42 +00:00
Eric Pouech
89f5283432
Some missing const correctness fixes.
2005-01-03 14:50:12 +00:00