Mike McCormack
133ba9f3cd
Implemented LookupPrivilegeValueA/W.
2003-07-24 00:01:16 +00:00
Alexandre Julliard
40672f99f8
Support objects with no method definitions (suggested by Jon
...
Griffiths).
2003-07-22 03:18:46 +00:00
Mike McCormack
a1c16d28fa
Implement support for proxies with usernames and passwords.
2003-07-22 03:17:52 +00:00
Alexandre Julliard
d8c5f2bd4b
Use trace() instead of printf().
2003-07-22 03:16:47 +00:00
Martin Fuchs
ad1fbf2e5a
Only return FALSE in IEnumIDList_fnNext if no item could be fetched at
...
all.
2003-07-22 03:16:00 +00:00
Marcus Meissner
269048684b
Fix some small pointer aliasing problems.
2003-07-22 03:14:25 +00:00
Jon Griffiths
acaaecddf8
Implement @203.
...
Fix a brown paper bag in StrFormatKBSizeW.
Misc cleanups and documentation updates.
2003-07-22 03:13:22 +00:00
Alexandre Julliard
07fc82ee04
Fixed check for .bat and .cmd extensions (spotted by Mike McCormack).
2003-07-22 01:03:53 +00:00
Mike Hearn
6a8ac17c64
- GIT should not dereference ppv when unmarshalling interface.
...
- Correctly eliminate refcounting in the GIT.
- Add warning when given riid does not match.
2003-07-22 01:01:25 +00:00
Mike Hearn
cb7db104dd
IMallocSpy cannot cause an allocation failure when cb == 0.
2003-07-22 01:01:06 +00:00
Mike Hearn
72d8aa5ec2
Deal with the case of loading an empty PIDL from a stream better in
...
ILLoadFromStream.
2003-07-22 01:00:47 +00:00
Mike McCormack
0ab73312c8
rundll32 requires a window for some functions to work, so create one.
2003-07-22 00:59:56 +00:00
Mike McCormack
a3989b1a55
Add an empty hook function for WSASetBlockingHook to return.
2003-07-22 00:58:44 +00:00
Jon Griffiths
9acb0274e4
Implement @280,343,344.
...
Misc cleanups and documentation updates.
2003-07-22 00:58:09 +00:00
Jon Griffiths
a9ae76826e
Add a handle for urlmon.dll, fix MSVC warning.
2003-07-22 00:57:25 +00:00
Jon Griffiths
2fa7055c2f
Fix MSVC warnings.
2003-07-22 00:57:12 +00:00
Jon Griffiths
12e701c31f
Spelling fix.
2003-07-22 00:56:46 +00:00
Jon Griffiths
17c9af5fb6
Support float and function ptr args better, -W warning fixes.
2003-07-22 00:56:31 +00:00
Pierre d'Herbemont
13c308caa7
Change __PPC__ flag to __powerpc__.
2003-07-21 23:51:24 +00:00
Martin Fuchs
e7db6d9085
Define SHGDNF.
2003-07-21 23:51:04 +00:00
Martin Fuchs
1dde8d563f
Define IExtractIcon for ANSI/Unicode.
2003-07-21 23:50:52 +00:00
Alexandre Julliard
67dca1b794
Fixed prototypes of VTableProcStruc callback functions.
2003-07-21 23:50:39 +00:00
Mike McCormack
87be464163
Moved declaration of VTableProvStruc from dlls/advapi32/crypt.h to
...
include/wincrypt.h.
2003-07-21 23:50:08 +00:00
Mike McCormack
6b56fabeec
Create stub for AssocIsDangerous.
2003-07-21 23:42:24 +00:00
Vincent Béron
b940e37e47
Fixed indentation of list items.
2003-07-21 22:42:50 +00:00
Vincent Béron
473d7ac0dd
Begin to uniformize sample commands in documentation.
2003-07-21 22:23:38 +00:00
Vincent Béron
7006ab1450
Name all sections of type sect1.
...
Name the glossary.
2003-07-21 22:13:19 +00:00
Rok Mandeljc
473c565781
Split the dmusic interfaces.
2003-07-21 22:10:14 +00:00
Martin Fuchs
bb40b30640
Send TVN_ITEMEXPANDING when the user tries to expand a tree item
...
_before_ checking for child items.
2003-07-21 22:04:42 +00:00
Lionel Ulmer
a1852bff23
- fix multiple consecutive downloads (by flushing when needed the
...
command socket)
- detect attempts to download multiple files at the same time
- fix size / date reporting when enumerating files
- fix Y2K problem in NT parsing of files
2003-07-21 22:04:14 +00:00
Richard Cohen
6039fb0121
Always use our own c2man.
2003-07-21 22:01:07 +00:00
Dmitry Timoshkov
398af1666d
Convert Notepad to unicode.
2003-07-21 20:05:33 +00:00
Jon Griffiths
7924111bc6
Add GetSystemWindowsDirectory, GetCurrentHwProfile.
...
Remove warnings building under VS.Net.
2003-07-21 20:05:11 +00:00
Richard Cohen
76e86d5f86
Revert bogus spelling "fix".
2003-07-21 20:04:16 +00:00
Michael Günnewig
38f64727e5
- Implemented Mo* methods.
...
- Added stubs for DMORegister, DMOUnregister, DMOEnum, DMOGetTypes,
DMOGetName.
- Added version resources.
2003-07-21 20:03:50 +00:00
Marcus Meissner
20ea3a2d52
Added missing register defines for Linux/PPC.
2003-07-21 20:03:07 +00:00
Pierre d'Herbemont
89321f49bd
Add Mach-O (Darwin file format) support.
2003-07-21 20:02:50 +00:00
Mike McCormack
5ef127a000
Fix a couple of bugs in CDROM_GetSerial:
...
- it would fail if DeviceIoControl succeeded.
- it would leak handles in some cases.
2003-07-21 20:02:23 +00:00
Mike McCormack
ec0d425278
Set defaults for the Next/Prev button.
2003-07-21 20:01:59 +00:00
Mike McCormack
07e69aeab8
Send a CDN_FOLDERCHANGE message when we change folders.
2003-07-21 20:01:42 +00:00
Jason Edmeades
862a1073a5
Disable client texture states when not in use (fast mode) otherwise
...
traps occur.
Correct number of texture coords supplied in both fast and slow mode.
Dont supply a default colour of white when diffuse mode is disabled.
Reenable fast mode.
2003-07-21 20:01:23 +00:00
Mike Hearn
2e868e7f1f
Misc FAQ changes and improvements.
2003-07-21 20:00:56 +00:00
Michael Günnewig
645a36ceed
- Added support for Sun Audio files in wave-file handler.
...
- Fallback to mmioOpenA if mmopOpenW doesn't work (when using Win9x DLLs).
2003-07-21 20:00:36 +00:00
Michael Günnewig
ea150db949
Fixed wrong assert in PCM_round, which didn't allow to call
...
acmStreamSize with a value of 0 to convert -- native allows it.
2003-07-21 20:00:17 +00:00
Michael Günnewig
4d37b6691b
- Fixed AVIStreamTimeToSample and AVIStreamSampleToTime methods to
...
stay in bounds and behave like the native ones.
- Fallback to mmioOpenA if mmioOpenW doesn't work (when using Win9x DLLs).
- Fixed a bug of using mmioDescend/mmioAscend (occured with native libs).
- Silent a message which could be incorrect for non-video streams.
2003-07-21 19:59:57 +00:00
Lionel Ulmer
2429d51ff2
- use SIZE command to retrieve the file size (as the file size is not
...
part of the WinNT acknowledgement string)
- free the handle / close the socket on end of download
- fix InternetReadFile in the FTP case
- fix FTP_ReceiveResponse
2003-07-21 19:59:03 +00:00
Marcus Meissner
c18ec9c8e2
KEY_MAX is 511, which does not fit in a BYTE.
2003-07-21 19:58:26 +00:00
Stefan Leichter
4ce42bcad2
Fixed warnings about missing, new spec files.
2003-07-21 19:57:04 +00:00
Jon Griffiths
400ab3bbd4
Implemented @440, 441.
...
Warning fixes/documentation.
2003-07-19 03:12:36 +00:00
John K. Hohm
97ae1d2139
Implement DllRegisterServer and DllUnregisterServer for ddraw.dll, and
...
add OleSelfRegister version string.
2003-07-19 03:10:06 +00:00