78206 Commits

Author SHA1 Message Date
Alexandre Julliard
9e89da33f7 msvcp: Implement the numeric limit constants. 2011-05-04 17:26:46 +02:00
Alexandre Julliard
5b58de9648 msvcp: Export a couple of variables and their access function. 2011-05-04 17:26:46 +02:00
Alexandre Julliard
83a8c45dc4 make_specfiles: Properly replace commented out exports. 2011-05-04 17:26:46 +02:00
Henri Verbeet
693fb6d56c d3d8: Check for D3DPOOL_DEFAULT resources before doing a Reset(). 2011-05-04 17:26:46 +02:00
Henri Verbeet
7db1ebb853 d3d8/tests: Add a Reset test.
This is based on the equivalent d3d9 test.
2011-05-04 17:26:46 +02:00
Henri Verbeet
b20a2703e4 d3d8/tests: Fix some failure messages in test_depth_stencil_size(). 2011-05-04 17:26:46 +02:00
Henri Verbeet
d06873443d d3d9/tests: Avoid leaking a device in the Reset test. 2011-05-04 17:26:46 +02:00
Henri Verbeet
d2479406e8 d3d9/tests: Add a test for window styles on device creation. 2011-05-04 17:26:46 +02:00
Jacek Caban
42ce560e38 mshtml: Don't use Gecko nsIURI::GetHostPort implementation. 2011-05-04 17:26:46 +02:00
Jacek Caban
4815e411d1 urlmon: Moved test_internet_feature_defaults invokation to skip tests on too old IEs. 2011-05-04 17:26:46 +02:00
Jacek Caban
1fa36c85bd kernel32: Moved EnumProcesses implementation to kernel32. 2011-05-04 17:26:45 +02:00
Alexandre Julliard
a4d0d63489 atl: Only return a window procedure in AtlModuleRegisterWndClassInfoA/W when subclassing. 2011-05-03 20:52:24 +02:00
Piotr Caban
a343c1fbd0 crypt32: Fix content type in CRYPT_QueryEmbeddedMessageObject function. 2011-05-03 19:34:29 +02:00
Piotr Caban
1ece5b3ab6 wintrust: Added CryptSIP{Get,Put}SignedDataMsg tests. 2011-05-03 19:34:29 +02:00
Piotr Caban
3a945c3987 wintrust: Fix CryptSIPGetSignedMsg (from PE file). 2011-05-03 19:34:29 +02:00
Piotr Caban
3a6196b79e wintrust: Added CryptSIPPutSignedDataMsg implementation (for PE files). 2011-05-03 19:34:29 +02:00
Piotr Caban
0cd94ac51f imagehlp: Set Index in ImageAddCertificate function. 2011-05-03 19:34:29 +02:00
Rico Schüller
f3f59d2cf8 d3dx9: Implement ID3DXBaseEffect::GetString(). 2011-05-03 19:34:29 +02:00
Rico Schüller
46b3727df3 d3dx9: Implement ID3DXBaseEffect::GetValue(). 2011-05-03 19:34:29 +02:00
Francois Gouget
f09bbacf9e msi: get_msi_typelib() is not used anymore so remove it. 2011-05-03 19:34:29 +02:00
Francois Gouget
c3bac586bf winecfg: Fix ellipsis usage in the menu and button labels. 2011-05-03 19:34:28 +02:00
Francois Gouget
1f5af2d451 winefile: Fix ellipsis usage in the menu and button labels. 2011-05-03 19:34:28 +02:00
Francois Gouget
a430f1f439 winhlp32: Fix the ellipsis usage in the menu and button labels. 2011-05-03 19:34:28 +02:00
Francois Gouget
dbb74598e9 view: Fix ellipsis usage in the menus. 2011-05-03 19:34:27 +02:00
Francois Gouget
d1e487f940 regedit: Fix ellipsis usage in the menu labels. 2011-05-03 19:34:27 +02:00
Marcus Meissner
63823061ed quartz: Handle NULL return from strchr() (Coverity). 2011-05-03 19:34:27 +02:00
Aric Stewart
14efad5d66 wine.inf: Register wineqtdecoder.dll. 2011-05-03 19:34:26 +02:00
Alexandre Julliard
537b35006c msvcp: Don't define stubs for data exports. 2011-05-03 19:34:26 +02:00
Alexandre Julliard
3a1086a659 msvcrt: Don't define stubs for data exports. 2011-05-03 19:34:26 +02:00
Piotr Caban
67b5a868f1 msvcrt: Added _swprintf and vsnprintf functions. 2011-05-03 19:34:26 +02:00
Piotr Caban
2a3484a22d msvcrt: Added _wtmpnam implementation. 2011-05-03 19:34:26 +02:00
Huw Davies
3a91df11e1 gdi32/tests: Allow broken behaviour for nt4 sp1 and sp2. 2011-05-03 19:34:25 +02:00
Alexandre Julliard
6744fec6c7 tools: Add more spec files to synchronize automatically. 2011-05-03 19:34:25 +02:00
Alexandre Julliard
cd2beae51b d3dcompiler: Specify arguments for stub entry points that are used in forwards. 2011-05-03 19:34:25 +02:00
Alexandre Julliard
2565019d4a d3dx10: Specify arguments for stub entry points. 2011-05-03 19:34:25 +02:00
Alexandre Julliard
1ac7000a88 d3dx9: Synchronize entry point declarations across spec files. 2011-05-03 19:34:25 +02:00
Alexandre Julliard
f9c75812e4 d3dx9_36: Specify arguments for stub entry points. 2011-05-03 19:34:24 +02:00
Huw Davies
d6ce0b10c4 shell32: Always clone the return pidl to avoid a double free if the selection is changed during teardown. 2011-05-03 19:34:24 +02:00
Damjan Jovanovic
8eb6b8bcb6 mmsystem.dll16: Fix mapping of MCI_WINDOW structures between 16 and 32 bit. 2011-05-03 14:38:06 +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
Nicolas Le Cam
46988651d9 gdi32: Remove a set but unused variable. 2011-05-03 14:38:06 +02:00
Francois Gouget
4d29b9716e d3dcompiler_43: Make write_dword_unknown() static. 2011-05-03 14:38:06 +02:00
Francois Gouget
aaec50d44c user32: SCROLL_SetNCSbState() is not used anymore so remove it. 2011-05-03 14:38:06 +02:00
Francois Gouget
7d460a4ea8 winefile: Fix the View and Options menu handles. 2011-05-03 14:38:06 +02:00
Francois Gouget
6c8c68f7b6 wined3d: Make wined3d_event_query_test() and resource_get_type() static. 2011-05-03 14:38:06 +02:00
Francois Gouget
8a8c8bbd86 msxml3: Make a bunch of XSLPattern_*() functions static. 2011-05-03 14:38:06 +02:00
Francois Gouget
ca268b199a msvcrt: Make printf_arg arg_clbk_positional() and MSVCRT_wcsrtombs_s_l() static. 2011-05-03 14:38:06 +02:00
Francois Gouget
87d76cc2ab infosoft: Export DllUnregisterServer(). 2011-05-03 14:38:06 +02:00
Henri Verbeet
7b44caa752 d3d8/tests: Add a test for window styles on device creation. 2011-05-03 14:38:06 +02:00
Henri Verbeet
65272a4f81 ddraw/tests: Add a test for SetCooperativeLevel() window styles. 2011-05-03 14:38:06 +02:00