Mike McCormack
a941fe710d
Define KAFFINITY.
2005-06-27 09:49:56 +00:00
Mike McCormack
9484e56b35
Declare and fix function prototypes.
2005-06-27 09:49:48 +00:00
Mike McCormack
0ccfb0ca8c
Declare some Nt* functions.
2005-06-27 09:45:06 +00:00
Mike McCormack
901f5b328c
DUPLICATE_* flags should be defined in winnt.h.
2005-06-27 09:44:08 +00:00
Hans Leidekker
26138619b3
Fix some -Wmissing-declarations warnings.
...
"errno" is not a good choice for a parameter name.
2005-06-25 18:34:32 +00:00
Mike McCormack
f6be23e75b
Don't include winreg.h.
2005-06-25 17:57:29 +00:00
Juan Lang
978c7fab6e
Add more missing definitions.
2005-06-25 17:56:28 +00:00
James Hawkins
0ea0f5fffd
- Define FSCTL_PIPE_IMPERSONATE.
...
- Implement ImpersonateNamedPipeClient.
2005-06-24 11:54:15 +00:00
Oliver Stieber
18857f1170
Add support for samplers.
...
Switch from using d3d9 constants to wined3d constants so that there's
no recursive dependencies.
2005-06-24 11:53:07 +00:00
Mike McCormack
261a8b5e9a
Add prototype and fix RtlpNtCreateKey.
2005-06-24 11:34:31 +00:00
Mike McCormack
c883a44257
Define the msidbControlAttributes enumeration.
2005-06-23 16:42:57 +00:00
Oliver Stieber
46e7c30a71
Implement swapchains.
2005-06-23 11:05:24 +00:00
James Hawkins
a0bfbb9801
Add stub implementation of RtlAddAuditAccessAce.
2005-06-23 11:03:30 +00:00
Vijay Kiran Kamuju
9feda99e3c
Add definition for IXMLAttribute.
2005-06-22 18:29:35 +00:00
Vijay Kiran Kamuju
950828689b
Add missing guids and declarations.
2005-06-22 18:04:18 +00:00
Mike McCormack
05f53afd5a
Declare RtlGUIDFromString and RtlStringFromGUID.
2005-06-22 12:00:57 +00:00
Mike McCormack
6788420102
Declare ProcessIdToSessionId.
2005-06-22 11:59:34 +00:00
Vijay Kiran Kamuju
61c36a3213
Add definitions for AMMSF_STOPIFNOSAMPLES and AMMSF_NOSTALL.
2005-06-21 20:20:55 +00:00
Maarten Lankhorst
6d6ca1e7c5
- Added new INTERNET_OPTION* defines.
...
- Fixed InternetSetOptionW unknown option handling, and added
INTERNET_OPTION_DISABLE_PASSPORT_AUTH.
2005-06-21 20:02:21 +00:00
Pierre d'Herbemont
321a3e1aa6
Fix winsock.h and stdlib.h collision by including windows.h instead
...
of the previous headers.
2005-06-21 09:43:44 +00:00
Paul Vriens
cc1c516f65
Added KERNEL_USER_TIMES struct.
2005-06-21 09:43:13 +00:00
Mike McCormack
78911f34d9
- avoid winternl.h depending on winbase.h
...
- define RTL versions of TIME_ZONE_INFORMATION and SYSTEMTIME
2005-06-20 18:37:17 +00:00
Jeremy White
ddf70d7ecb
Revamp the initialization for Alsa.
2005-06-20 15:34:59 +00:00
Vitaly Lipatov
b39c3981c2
- Realize DoEnvironmentSubstA via ExpandEnvironmentStringsA.
...
- Fix types and return values.
- Add prototype into shellapi.h.
2005-06-20 15:33:48 +00:00
Robert Shearman
4bba21643c
Add support for impersonating a token.
2005-06-20 13:18:38 +00:00
Hans Leidekker
4f27582cc8
Stub implementation for GetMenuBarInfo.
2005-06-20 11:45:21 +00:00
Robert Shearman
9cb94b276f
Implement RtlImpersonateSelf, RevertToSelf and MapGenericMask.
2005-06-20 11:44:45 +00:00
James Hawkins
e485f984bd
Implement RtlCopySecurityDescriptor.
2005-06-20 10:34:30 +00:00
Marcus Meissner
4b6b2768d3
Added PF_NX_ENABLED definition.
2005-06-20 10:32:31 +00:00
Dmitry Timoshkov
21c2cde355
Enable MAKEPOINTS usage in Wine.
2005-06-20 10:32:07 +00:00
Francois Gouget
a1f4fac03c
Fix the CryptEncodeObjectEx() prototype.
...
Fixes winapi_check warnings.
2005-06-17 21:26:53 +00:00
Francois Gouget
fd73829593
Fix the prototypes of SQLCreateDataSource*(), SQLGetPrivateProfileString*().
...
Fix the return type of SQLInstallerError*() and
SQLPostInstallerError*().
Fix the SQLInstallDriver() and SQLInstallDriverEx() prototypes in the
spec file.
Add an odbccp32 section to win32.api for winapi_check.
2005-06-17 21:26:31 +00:00
Mike McCormack
5b2d5fd758
Use HANDLE instead of HKEY in the NT API.
2005-06-17 13:58:33 +00:00
Mike McCormack
379946c9f8
Declare Nt directory functions.
2005-06-17 12:11:58 +00:00
Oliver Stieber
e70e3ba0ff
Change the way caps are sent between d3d9/d3d8 and wined3d to make it
...
easier for wined3d to support additional versions of Direct3D.
2005-06-17 09:59:03 +00:00
Dmitry Timoshkov
6f686490b1
Fixed POINTS definition for WORDS_BIGENDIAN case.
2005-06-17 09:50:48 +00:00
Juan Lang
03d4816bd4
Add more missing defs.
2005-06-17 09:50:17 +00:00
Oliver Stieber
4dfabb0bd1
Rename _D3DCAPS9.MaxPixelShaderValue to the correct
...
_D3DCAPS9.PixelShader1xMaxValue.
2005-06-16 20:42:55 +00:00
Oliver Stieber
f97cf3d7ce
Define some more flags
2005-06-16 20:35:49 +00:00
Juan Lang
d17af9ddec
Define some more OID strings.
2005-06-16 15:51:05 +00:00
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
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
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
48a8f520f5
Add a couple of missing functions.
2005-06-14 11:43:35 +00:00
Mike McCormack
0c9cb1dcee
Declare port functions and fix prototypes.
2005-06-14 11:43:20 +00:00
Alexandre Julliard
c2d5b444b3
Moved the NONAMELESSUNION/STRUCT macros to wine/test.h so that they
...
can be used in all the test.
2005-06-13 12:10:54 +00:00
Paul Vriens
5e5008502e
Fixed size of our SYSTEM_TIMEOFDAY_INFORMATION struct.
...
Fixed return codes and ReturnLength/buffer for
SystemTimeOfDayInformation.
Added tests for SystemTimeOfDayInformation.
2005-06-13 11:34:56 +00:00