Alexandre Julliard
|
efcc2b83d8
|
Store a relative pointer for registry entry points to avoid some text
relocations.
|
2005-06-16 11:04:41 +00:00 |
Mike McCormack
|
7da043f869
|
Add/fix more NT native API declarations.
|
2005-06-16 10:46:11 +00:00 |
Mike McCormack
|
65ad7da1f7
|
Fix some declaration and write string warnings.
|
2005-06-16 10:45:25 +00:00 |
Mike McCormack
|
4d2d627c3f
|
- forward AddRef, Release, QueryInterface and GetClassID to internal
implementations
- implement GetClassID properly
|
2005-06-16 10:43:50 +00:00 |
Alexandre Julliard
|
399300a143
|
Output the exported names as a C string so that they end up in the
correct section.
|
2005-06-16 10:43:19 +00:00 |
Alexandre Julliard
|
8d5b7908f2
|
Use the DEFINE_REGS_ENTRYPOINT macro to define register functions
instead of doing it by hand.
|
2005-06-16 09:59:12 +00:00 |
Alexandre Julliard
|
91c86bb546
|
Removed the DOS version option, specifying the Windows version should
be enough to achieve the same results.
|
2005-06-16 09:47:17 +00:00 |
Mike McCormack
|
64a3b82831
|
SHCreateStreamOnFileW is implemented in shlwapi, so we don't need
another implementation in shell32.
|
2005-06-16 09:46:17 +00:00 |
Mike McCormack
|
0a44661d6f
|
Switch IShellLink to use shlwapi.SHCreateStreamOnFileW.
|
2005-06-16 09:46:05 +00:00 |
Mike McCormack
|
57f2a64c0f
|
Define RegOpenUserClassesRoot.
|
2005-06-16 09:45:43 +00:00 |
Steven Edwards
|
68784b46fd
|
Removed duplicated ALPHA platform context definitions.
Added ARM context definitions.
|
2005-06-16 09:45:36 +00:00 |
Michael Jung
|
e5ef9dd8dc
|
Test GetAttributesOf on the MyComputer shellfolder.
|
2005-06-16 09:44:50 +00:00 |
Paul Vriens
|
e77306365b
|
ProcessName should be without the path.
|
2005-06-16 09:44:39 +00:00 |
Paul Vriens
|
62441145b6
|
W2K3 returns STATUS_INVALID_HANDLE instead of STATUS_ACCESS_VIOLATION.
|
2005-06-16 09:43:59 +00:00 |
Maarten Lankhorst
|
35da52d9ca
|
- Implemented ICSeqCompressFrame{Start,,End}
- Modified ICCompressorFree to properly free the initialized variables
from ICSeqCompressFrameStart.
|
2005-06-16 09:43:48 +00:00 |
Maarten Lankhorst
|
bae4a54539
|
Register qcap.dll on wine initialisation.
|
2005-06-16 09:42:54 +00:00 |
Huw Davies
|
2e301ceb1c
|
For modal propsheets we should run our own message loop rather than
use a modal dialogbox just like Windows does. This helps apps that
subclass the propsheet's wndproc.
|
2005-06-15 19:12:57 +00:00 |
Aric Stewart
|
118ea90888
|
Break out all the helper functions into helpers.c.
|
2005-06-15 19:12:42 +00:00 |
Alexandre Julliard
|
078eb1fdab
|
Moved the API doc rules to the documentation makefile.
|
2005-06-15 18:12:15 +00:00 |
Stefan Huehner
|
e546238c7e
|
Fix some -Wmissing-declarations by making functions static.
|
2005-06-15 18:10:39 +00:00 |
Michael Jung
|
e2dbc8044a
|
Added tests for SHGetPathFromIDList.
|
2005-06-15 18:07:55 +00:00 |
Huw Davies
|
47db6bc567
|
Unquote the icon file path if it's quoted.
|
2005-06-15 18:07:43 +00:00 |
Dmitry Timoshkov
|
f85535c6f4
|
Add a test case for WM_[L|R|M|X]BUTTONDBLCLK generation behaviour.
|
2005-06-15 18:07:33 +00:00 |
Felix Nawothnig
|
d418460ff4
|
- Replaced server requests in EnumProcesses by native APIs
- Fixed third parameter (should return the amount of used and not
needed memory).
|
2005-06-15 18:07:11 +00:00 |
Alexandre Julliard
|
8dd4ee76c4
|
Moved the wine manpage to the loader/ directory.
|
2005-06-15 10:25:40 +00:00 |
Robert Shearman
|
57b5615fc2
|
Implement GetComboBoxInfo and CB_GETCOMBOBOXINFO.
|
2005-06-15 10:23:54 +00:00 |
Alexandre Julliard
|
ac75dcc240
|
Avoid static forward declaration that doesn't work on MSVC.
|
2005-06-15 10:22:59 +00:00 |
Mike McCormack
|
c62940a1ac
|
Remove some uses of wine/unicode.h functions.
|
2005-06-15 10:21:46 +00:00 |
Juan Lang
|
12a9ec138d
|
Add encode/decode support for multi-byte integers.
|
2005-06-15 10:21:32 +00:00 |
Mike McCormack
|
f674f1f71b
|
Fix declarations.
|
2005-06-15 10:20:53 +00:00 |
Mike McCormack
|
0220d7ac89
|
Fix declarations in the tests.
|
2005-06-15 10:20:30 +00:00 |
Robert Shearman
|
9495180325
|
MSDN states that DuplicateToken should create a new token with the
TOKEN_QUERY | TOKEN_IMPERSONATE rights, not 0.
|
2005-06-15 10:20:17 +00:00 |
Michael Jung
|
ebb1aaee86
|
Implement SHGetPathFromIDList based on GetDisplayNameOf.
|
2005-06-15 10:20:00 +00:00 |
Paul Vriens
|
7691aca10c
|
Only exact buffer size gives STATUS_SUCCESS.
|
2005-06-15 10:19:34 +00:00 |
Alexandre Julliard
|
a4bb17c314
|
Get rid of the wine.conf man page.
|
2005-06-14 19:25:02 +00:00 |
Alexandre Julliard
|
5f22e7caf6
|
Remove the process locks in process_killed, not process_destroy.
|
2005-06-14 19:23:56 +00:00 |
Alexandre Julliard
|
302cd456c3
|
Moved debugging config options to HKCU\Software\Wine\Debug.
|
2005-06-14 19:23:00 +00:00 |
Michael Jung
|
8b4b4b3af2
|
Replace magic error constant.
|
2005-06-14 19:18:26 +00:00 |
Saulius Krasuckas
|
d002f5ce22
|
Avoid accessing uninitialized data on WinME (based on an old patch by
Ferenc Wagner).
|
2005-06-14 19:18:18 +00:00 |
Stefan Huehner
|
ed12859a4a
|
Remove include "cursoricon.h" from nonclient.c and win.c.
|
2005-06-14 19:18:08 +00:00 |
Michael Jung
|
81b7509f3b
|
Use SHGetPathFromIDList instead of SHELL32_GetPathFromIDList.
|
2005-06-14 19:17:41 +00:00 |
Alexandre Julliard
|
0901b23206
|
Call the close_handle notification for all objects when releasing a
handle table.
|
2005-06-14 19:16:56 +00:00 |
Robert Shearman
|
dacc3dbfa5
|
Fix size used to validate the sids in aces.
|
2005-06-14 19:15:58 +00:00 |
Alexandre Julliard
|
acaa5c5eff
|
Removed the check for the old Resolution option.
|
2005-06-14 18:13:09 +00:00 |
Alexandre Julliard
|
cb538c0533
|
Merged palette option processing into the main configuration code.
|
2005-06-14 18:12:15 +00:00 |
Michael Jung
|
bb19a58a93
|
Return the correct attributes for the desktop folder.
Corresponding tests.
|
2005-06-14 18:10:24 +00:00 |
Robert Shearman
|
f95ef09b8e
|
Add TokenType attribute to specify whether the token is a primary or
impersonation token.
|
2005-06-14 18:10:04 +00:00 |
Alexandre Julliard
|
d4156b5657
|
Use a better location than HKCU\Wine for saving the temporary
parameters.
|
2005-06-14 17:26:52 +00:00 |
Alexandre Julliard
|
1ba6e1cb16
|
Avoid repeatedly opening the configuration registry key.
|
2005-06-14 17:24:28 +00:00 |
Alexandre Julliard
|
629352bdc4
|
Moved network configuration parameters to HKCU\Software\Wine\Network.
|
2005-06-14 17:22:41 +00:00 |