Andrew Nguyen
|
e9e0df23b8
|
ws2_32/tests: Avoid casting a WSAAccept function pointer parameter in test_accept.
|
2011-06-03 17:43:59 +02:00 |
Louis Lenders
|
e11e1841f3
|
crypt32: Add stub for PFXVerifyPassword.
|
2011-06-03 17:36:09 +02:00 |
Austin English
|
8f85b05429
|
imm32: Add a stub for ImmEnumInputContext.
|
2011-06-03 13:56:57 +02:00 |
Daniel Scharrer
|
cbe4203623
|
include: Include math.h in d3dvec.inl as it uses sqrt().
|
2011-06-03 12:48:11 +02:00 |
Daniel Scharrer
|
5deab783e2
|
include: Fix compile error in d3dtypes.h for c++ programs that define D3D_OVERLOADS.
|
2011-06-03 12:47:15 +02:00 |
Jacek Caban
|
17a6dbf3b5
|
iextag.idl: Added ClientCaps coclass declaration.
|
2011-06-03 12:37:12 +02:00 |
Alexandre Julliard
|
f061917296
|
include: Make CLIENT_CALL_RETURN definition platform-specific to handle the return type incompatibility in NdrClientCall.
|
2011-06-02 16:22:43 +02:00 |
André Hentschel
|
02c88bcef7
|
include: Define FIBER_FLAG_FLOAT_SWITCH.
|
2011-05-31 11:12:37 +02:00 |
Jacek Caban
|
e6ee2c163e
|
include: Added iextag.idl file.
|
2011-05-30 19:09:37 +02:00 |
David Hedberg
|
66db40e891
|
crypt32: Add BCryptEnumAlgorithms stub.
|
2011-05-30 17:55:43 +02:00 |
Dylan Smith
|
836308ff17
|
include: Pack ACMDRVSTREAMHEADER since ACMSTREAMHEADER is packed.
|
2011-05-30 11:14:26 +02:00 |
Piotr Caban
|
27ff2ae967
|
msvcrt: Improved locale initialization.
|
2011-05-26 13:38:22 +02:00 |
Stefan Dösinger
|
a774152f1a
|
port: Add isinf and isnan implementations for Visual Studio.
|
2011-05-25 12:25:38 +02:00 |
Alexandre Julliard
|
ea9750d773
|
include: Add compatibility macros for non-widl compilers.
|
2011-05-25 00:22:52 +02:00 |
Jörg Höhle
|
985beb33f3
|
include: Use SEGPTR for 16bit string pointers in MCI_*_PARMS16.
|
2011-05-24 16:55:29 +02:00 |
Francois Gouget
|
96f33b94bd
|
include: Add some __RPC_XXX macros to help compile code using midl-generated headers.
|
2011-05-24 16:55:23 +02:00 |
Francois Gouget
|
37978baa4a
|
include: Add a set of parameter documentation macros to help compile windows applications.
|
2011-05-24 16:55:13 +02:00 |
Aric Stewart
|
d26bdd9121
|
usp10: Framework for determing glyph properties after shaping.
|
2011-05-24 12:47:27 +02:00 |
Alexandre Julliard
|
bc26bdea7c
|
include: Undefine the nameless union/struct macros to avoid conflicts with mingw.
|
2011-05-23 13:16:25 +02:00 |
Austin English
|
e701ca90aa
|
kernel32: Add a stub for RegisterApplicationRecoveryCallback.
|
2011-05-23 13:16:25 +02:00 |
Vincent Povirk
|
11248262be
|
gdiplus: Add test for metafile enumeration.
|
2011-05-23 11:15:48 +02:00 |
Alexandre Julliard
|
af2fee302c
|
include: Declare gethostname for Windows builds.
|
2011-05-20 17:24:13 +02:00 |
Dylan Smith
|
4e3be18e18
|
include: Replace a THIS, with THIS_ for a method with parameters.
|
2011-05-20 12:43:52 +02:00 |
Lucas Fialho Zawacki
|
872647ae42
|
include: Added DI*_ANY action constants.
|
2011-05-20 12:39:43 +02:00 |
Lucas Fialho Zawacki
|
2e0c60fc4b
|
include: Added dinput8 DIMOUSE_* definitions.
|
2011-05-20 12:38:26 +02:00 |
Lucas Fialho Zawacki
|
0c8bf1ec17
|
include: Added dinput8 DIKEYBOARD_* key definitions correspondent to the DIK_* already present in the header.
|
2011-05-20 12:37:45 +02:00 |
Lucas Fialho Zawacki
|
ea0181c94f
|
include: Added some dinput8 DIPROP definitions.
|
2011-05-20 12:37:01 +02:00 |
Andrew Nguyen
|
aca2385d6c
|
include: Revise the Winsock include in windows.h to match the Windows SDK.
|
2011-05-19 17:38:30 +02:00 |
Henri Verbeet
|
427803a981
|
wined3d: Make wined3d.h a normal header file again.
|
2011-05-19 10:07:50 +02:00 |
Henri Verbeet
|
3032b40c80
|
wined3d: Get rid of the IWineD3DDeviceParent interface.
|
2011-05-19 10:06:21 +02:00 |
Ričardas Barkauskas
|
b59b68b86d
|
dxgi: Fix GetDisplayModeList parameter handling.
|
2011-05-18 17:07:22 +02:00 |
Henri Verbeet
|
8d4ca1f815
|
wined3d: Remove COM from the device implementation.
|
2011-05-17 10:06:18 +02:00 |
Henri Verbeet
|
979e3744f7
|
wined3d: Remove state management methods from the IWineD3DDevice interface.
|
2011-05-17 10:06:15 +02:00 |
Jörg Höhle
|
2e177cb249
|
include: Define DRV_MCI_FIRST.
|
2011-05-13 10:56:07 +02:00 |
Aric Stewart
|
3ad7822d85
|
usp10: Implementation of ScriptShapeOpenType.
|
2011-05-13 10:45:38 +02:00 |
Dylan Smith
|
a61c7b9c21
|
include: Replace a THIS, with THIS_ for a method with parameters.
|
2011-05-12 14:23:56 +02:00 |
André Hentschel
|
2b2c5f35ac
|
include: Update a comment.
|
2011-05-12 14:23:15 +02:00 |
Henri Verbeet
|
00a5f38595
|
wined3d: Remove object creation methods from the IWineD3DDevice interface.
|
2011-05-11 14:56:48 +02:00 |
André Hentschel
|
a1950b9669
|
include: Fall back to little endian when it's not specified on ARM.
|
2011-05-11 14:56:48 +02:00 |
Alexandre Julliard
|
45075b2f9c
|
server: Add separate requests for getting/setting the thread context during suspend.
|
2011-05-06 12:25:34 +02:00 |
Dylan Smith
|
c44ab0cd41
|
include: Generate rmxftmpl.h from rmxftmpl.x using new build tool.
|
2011-05-05 16:31:59 +02:00 |
Alexandre Julliard
|
0435b5825e
|
makefiles: Add support for .x template files.
|
2011-05-05 16:31:59 +02:00 |
Alexandre Julliard
|
277120bbd5
|
msvcp: Implement the Ctraits math functions.
|
2011-05-04 17:26:47 +02:00 |
Damjan Jovanovic
|
0f9370aecb
|
mmsystem: Use SEGPTR for 16 bit string pointers in MCI_XXX_WINDOW_PARMS16.
|
2011-05-03 14:38:06 +02:00 |
Alexandre Julliard
|
f60a0f5e56
|
configure: Improve the detection of OSS v4.
|
2011-05-02 20:07:04 +02:00 |
Henri Verbeet
|
1c1de920e3
|
wined3d: Remove COM from the surface implementation.
|
2011-04-29 16:52:13 +02:00 |
Austin English
|
f9a455964c
|
advapi32: Add OpenTraceA/W stubs.
|
2011-04-29 16:52:12 +02:00 |
Piotr Caban
|
6ecabf7cae
|
msvcrt: Added _set_printf_count_output and _get_printf_count_output implementation.
|
2011-04-28 11:08:06 +02:00 |
Andrew Eikum
|
be332326ba
|
wineoss.drv: Add mmdevapi driver.
|
2011-04-27 17:47:05 +02:00 |
Piotr Caban
|
00182ca6d9
|
msvcrt: Added sprintf_p_l implementation.
|
2011-04-27 13:18:59 +02:00 |