Commit graph

9044 commits

Author SHA1 Message Date
Michael Stefaniuc ad0f8b6b66 include: Make some more "long" numeric constants LP64/LLP64 proof. 2011-11-22 11:10:02 +01:00
Michael Stefaniuc 1836ca3676 include: Make "long" numeric constants LP64/LLP64 proof (ddeml.h). 2011-11-22 11:10:02 +01:00
Michael Stefaniuc 07c60df9ae include: Fix "l" numeric constants in winbase.h. 2011-11-22 11:10:02 +01:00
Michael Stefaniuc e1a65b3a8b include: Make "long" numeric constants LP64/LLP64 proof (mapi*.h). 2011-11-22 11:10:01 +01:00
Henri Verbeet 2e1c0d83c1 wined3d: Get rid of the WINED3DGAMMARAMP typedef. 2011-11-22 10:52:45 +01:00
Henri Verbeet be8917cd91 wined3d: Get rid of the WINED3DVIEWPORT typedef. 2011-11-22 10:52:40 +01:00
Francois Gouget 4180054c2f include: Move macros to winuser.rh and include it from winuser.h to avoid duplication. 2011-11-21 11:05:27 +01:00
Michael Stefaniuc f869a16186 include: Drop some superfluous l modifiers from numeric constants. 2011-11-21 11:01:39 +01:00
Michael Stefaniuc 4e3a581d16 include: Drop "l" modifiers from numeric constants in shlguid.h. 2011-11-21 11:01:37 +01:00
Henri Verbeet 02bb70fc3b wined3d: Get rid of the WINED3DMATERIAL typedef. 2011-11-21 11:01:02 +01:00
Henri Verbeet f597359727 wined3d: Get rid of the WINED3DLIGHT typedef. 2011-11-21 11:00:57 +01:00
Hans Leidekker 768300c8aa winhttp: Implement WinHttpGetProxyForUrl. 2011-11-18 15:37:05 +01:00
Henri Verbeet 37a0f7ad65 wined3d: Get rid of the WINED3DMATRIX typedef. 2011-11-18 14:26:16 +01:00
Henri Verbeet 989a643587 d3d10: Implement D3D10StateBlockMaskUnion(). 2011-11-18 14:26:15 +01:00
Henri Verbeet a7c9c793cf wined3d: Get rid of the WINED3DVECTOR typedef. 2011-11-17 11:37:30 +01:00
Henri Verbeet 18a7653c78 wined3d: Get rid of the WINED3DDISPLAYMODE typedef. 2011-11-17 11:37:26 +01:00
Henri Verbeet 7cce4453d4 d3d10: Implement D3D10StateBlockMaskIntersect(). 2011-11-17 11:37:16 +01:00
Henri Verbeet 380f989c4a d3d10: Implement D3D10StateBlockMaskGetSetting(). 2011-11-17 11:37:11 +01:00
Henri Verbeet c7feb3a533 d3d10: Implement D3D10StateBlockMaskEnableCapture(). 2011-11-17 11:37:03 +01:00
Vincent Povirk 065470ed62 windowscodecs: Flesh out IWICMetadataReader test. 2011-11-16 09:46:15 +01:00
Vincent Povirk b2fa99851c windowscodecs: Add tests for IWICMetadataReader. 2011-11-16 09:46:08 +01:00
Vincent Povirk bb42f29092 include: Define IWICPersistStream. 2011-11-16 09:44:58 +01:00
Henri Verbeet e0a0d611af wined3d: Pass a wined3d_color struct to wined3d_device_clear(). 2011-11-16 09:41:53 +01:00
Henri Verbeet 7459180a51 wined3d: Get rid of the WINED3DCOLORVALUE typedef. 2011-11-16 09:41:50 +01:00
Henri Verbeet be7122034f d3d10: Implement D3D10StateBlockMaskEnableAll(). 2011-11-16 09:41:46 +01:00
Henri Verbeet 5ffa2aba23 d3d10: Implement D3D10StateBlockMaskDisableCapture(). 2011-11-16 09:41:43 +01:00
Henri Verbeet 88a55a04a3 d3d10: Implement D3D10StateBlockMaskDisableAll(). 2011-11-16 09:41:36 +01:00
Hans Leidekker 96f2e7139c winhttp: Implement WinHttpDetectAutoProxyConfigUrl. 2011-11-15 19:37:30 +01:00
Henri Verbeet a11a171366 d3d10: Implement D3D10StateBlockMaskDifference(). 2011-11-15 16:09:09 +01:00
Henri Verbeet 2112f48eee d3d10: Add the ID3D10StateBlock interface. 2011-11-15 11:49:11 +01:00
Francois Gouget b295da2d86 include: Update dlgs.h. 2011-11-14 15:25:27 +01:00
Francois Gouget b078248120 include: Update commctrl.rh and remove duplication with commctrl.h. 2011-11-14 15:25:24 +01:00
Francois Gouget d1e85a0f1f include: Move the DDE_xxx macros to dde.rh. 2011-11-14 15:25:23 +01:00
Francois Gouget f7a70822a0 include: Add some more sublanguages and sort orders. 2011-11-14 15:25:23 +01:00
Francois Gouget 8eef0cc258 dlls: Remove unneeded include directives in resource files. 2011-11-14 15:25:23 +01:00
Daniel Scharrer 86781a6a52 include: Don't use min/max in d3dx9math.inl as they might not be defined at this point. 2011-11-14 15:25:22 +01:00
Francois Gouget 1c108d1acb kernel32: Declare more TimerQueue functions in winbase.h. 2011-11-14 13:10:22 +01:00
Michael Stefaniuc 3e1ee5b8b7 include: Make "long" numeric constants LP64/LLP64 proof (shlwapi.h). 2011-11-14 11:46:40 +01:00
Michael Stefaniuc 04757b1b85 include: Make "long" numeric constants LP64/LLP64 proof (tapi.h). 2011-11-14 11:46:40 +01:00
Michael Stefaniuc 5337ad066f include: Drop "l" modifiers from numeric constants in winternl.h. 2011-11-14 11:46:40 +01:00
Vincent Povirk 5d3328d511 include: Add definition of IWICComponentFactory and its dependencies. 2011-11-09 11:37:07 +01:00
Michael Stefaniuc 84fac09bb0 include: Fixup "long" numeric constants in vfw.h. 2011-11-09 11:35:42 +01:00
Michael Stefaniuc eefcb58483 include: Make "long" numeric constants LP64/LLP64 proof (mmddk.h). 2011-11-09 11:35:36 +01:00
Michael Stefaniuc 43a95a9b03 include: Fixup "long" numeric constants in commctrl.h. 2011-11-09 11:35:25 +01:00
Alexandre Julliard 9391c6a757 gdi32: Add a CopyBitmap driver entry point. 2011-11-08 19:25:05 +01:00
Austin English d67275fed8 include: Define _WIN64 on sparc/powerpc64. 2011-11-08 09:50:06 +01:00
Francois Gouget 5f6a8c2b60 include: Move the language and sort macros to winnt.rh. 2011-11-08 09:49:16 +01:00
Francois Gouget 17d6f08381 version: Add verrsrc.h and make it so it does not need other headers to be used in resource files. 2011-11-07 16:05:01 +01:00
Francois Gouget c84b7d33dd version: Add some macros and prototypes to winver.h. 2011-11-07 16:04:45 +01:00
Michael Stefaniuc 232bf4cf31 include: Make "long" numeric constants LP64/LLP64 proof (oledlg.h). 2011-11-04 14:44:46 +01:00