Michael Stefaniuc
|
e86eb8efa6
|
include: Change RPC_STATUS from long to LONG for Win64 compatibility.
Also fix the compiler warnings introduced by this change.
|
2009-01-04 13:34:38 +01:00 |
Michael Stefaniuc
|
969ef6d3b5
|
appwiz.cpl: Add Romanian translation.
|
2009-01-04 13:34:27 +01:00 |
Michael Stefaniuc
|
e75df00707
|
mshtml: Fix a dialog size for the Pt and Si translations.
|
2009-01-04 13:34:21 +01:00 |
Michael Stefaniuc
|
8757515dd9
|
mshtml: Add the Romanian translation.
|
2009-01-04 13:34:16 +01:00 |
Michael Stefaniuc
|
91bb8dc043
|
ddraw/tests: Remove superfluous casts.
|
2009-01-04 13:34:13 +01:00 |
Michael Stefaniuc
|
566a133a82
|
ddraw/tests: Simplify a pointer increment.
|
2009-01-04 13:34:05 +01:00 |
Michael Stefaniuc
|
3a95eaab9a
|
browseui: Remove superfluous casts from/to void pointers.
|
2009-01-04 13:33:59 +01:00 |
Michael Stefaniuc
|
a50629fad5
|
dpnet: Remove superfluous casts.
|
2009-01-04 13:33:56 +01:00 |
Michael Karcher
|
a16b79cf72
|
oleaut32: Implement IPropertyBag::Read proxying.
|
2009-01-04 13:33:46 +01:00 |
Michael Karcher
|
11aef5e0a2
|
ole32: Add HICON user marshalling stubs.
|
2009-01-04 13:33:12 +01:00 |
Stefan Reimer
|
3dcd1285f1
|
loader: Fix build with gcc-4.3 and ssp.
|
2009-01-04 13:33:01 +01:00 |
Jacek Caban
|
159cc19b03
|
mshtml: Added IHTMLWindow2::get_location implementation.
|
2009-01-04 13:32:47 +01:00 |
Alexandre Julliard
|
b84fda836e
|
ntdll/tests: Avoid long long printf formats in traces.
|
2009-01-03 20:25:19 +01:00 |
Alexandre Julliard
|
2cf2c4568f
|
msvcrt/tests: Fix some printf formats for 64-bit.
|
2009-01-03 20:24:10 +01:00 |
Alexandre Julliard
|
4282fc122d
|
msvcrt/tests: Use unsigned int instead of size_t for the malloc tests.
|
2009-01-03 20:23:06 +01:00 |
Alexandre Julliard
|
9e070a6108
|
kernel32/tests: Use the correct SIZE_T type instead of unsigned long.
|
2009-01-03 20:21:43 +01:00 |
Alexandre Julliard
|
b712358152
|
kernel32/tests: Fix the NT header initialization for 64-bit.
|
2009-01-03 20:21:25 +01:00 |
Alexandre Julliard
|
52f99aeacb
|
kernel32/tests: Don't compare the result of llseek or hwrite against HFILE_ERROR.
|
2009-01-03 20:21:01 +01:00 |
Alexandre Julliard
|
bb7de132dd
|
kernel32/tests: Fix pointer casting warnings on 64-bit.
|
2009-01-03 20:20:14 +01:00 |
Alexandre Julliard
|
d8e11632f1
|
user32/tests: Fix some printf formats for 64-bit.
|
2009-01-03 20:16:33 +01:00 |
Alexandre Julliard
|
d97b398767
|
user32/tests: Fix pointer casting warnings on 64-bit.
|
2009-01-03 20:16:16 +01:00 |
Alexandre Julliard
|
94d9cfadb0
|
winmm/tests: Fix handle casting warnings on 64-bit.
|
2009-01-03 20:15:25 +01:00 |
Alexandre Julliard
|
796197d97c
|
wldap32/tests: Use ~0u instead of ~0ul for DWORD values.
|
2009-01-03 20:15:13 +01:00 |
Alexandre Julliard
|
523881678b
|
wininet/tests: Use ~0u instead of ~0ul for DWORD values.
|
2009-01-03 20:15:06 +01:00 |
Alexandre Julliard
|
97f4bfa7ed
|
winhttp/tests: Use ~0u instead of ~0ul for DWORD values.
|
2009-01-03 20:15:00 +01:00 |
Alexandre Julliard
|
d3ed2df9ee
|
shell32/tests: Fix handle casting warnings on 64-bit.
|
2009-01-03 20:14:32 +01:00 |
Alexandre Julliard
|
a506c956a8
|
qedit/tests: Fix a pointer casting warning on 64-bit.
|
2009-01-03 20:14:18 +01:00 |
Alexandre Julliard
|
68bd54b558
|
ole32/tests: Fix a pointer casting warning on 64-bit.
|
2009-01-03 20:14:11 +01:00 |
Alexandre Julliard
|
90541731aa
|
ntdll/tests: Fix pointer casting warnings on 64-bit.
|
2009-01-03 20:14:01 +01:00 |
Alexandre Julliard
|
ddc34141cd
|
msi/tests: Fix pointer casting warnings on 64-bit.
|
2009-01-03 20:13:45 +01:00 |
Alexandre Julliard
|
c2cef54ea0
|
mlang/tests: Fix a pointer casting warning on 64-bit.
|
2009-01-03 20:13:37 +01:00 |
Alexandre Julliard
|
428de06982
|
gdi32/tests: Fix a pointer casting warning on 64-bit.
|
2009-01-03 20:13:29 +01:00 |
Alexandre Julliard
|
a52977dc4a
|
comctl32/tests: Fix pointer casting warnings on 64-bit.
|
2009-01-03 20:13:20 +01:00 |
Alexandre Julliard
|
3e7ac7ea2e
|
msi/tests: Add CDECL to the cabinet callback functions.
|
2009-01-03 20:12:49 +01:00 |
Alexandre Julliard
|
235ae03597
|
cabinet/tests: Add CDECL to the cabinet callback functions.
|
2009-01-03 20:12:39 +01:00 |
Alexandre Julliard
|
d7ca3dd200
|
advpack/tests: Add CDECL to the cabinet callback functions.
|
2009-01-03 20:12:26 +01:00 |
Alexandre Julliard
|
558732ef09
|
msvcrt: Add missing __cdecl on some function pointers.
|
2009-01-03 18:43:00 +01:00 |
Andrew Talbot
|
62d6a4e9f7
|
dsound: Declare some variables static.
|
2009-01-03 15:36:08 +01:00 |
Andrew Talbot
|
bffe5016e0
|
dpnet: Declare a function static.
|
2009-01-03 15:35:33 +01:00 |
Andrew Talbot
|
4c92ba2270
|
dbghelp: Declare some functions static.
|
2009-01-03 15:35:29 +01:00 |
Stefan Dösinger
|
9a080691c6
|
include: Fix the EnumOverlayZOrders prototype.
|
2009-01-03 15:27:47 +01:00 |
Stefan Dösinger
|
6bdaaa74f3
|
include: Fix a IDirectDrawSurface4 method prototype.
|
2009-01-03 15:27:39 +01:00 |
Stefan Dösinger
|
c2e5752ac6
|
include: Fix a typo in ddraw.h.
|
2009-01-03 15:27:21 +01:00 |
Stefan Dösinger
|
6ef2b65531
|
ddraw: Reject IDirectDraw3 QI in ddraw.dll.
|
2009-01-03 15:14:51 +01:00 |
Stefan Dösinger
|
616ea53226
|
ddraw: Add a test for IDirectDrawSurface::GetDC.
|
2009-01-03 15:14:38 +01:00 |
Alexandre Julliard
|
6a548b1e9d
|
ntdll: Fix the various structures returned by NtQuerySystemInformation for 64-bit.
|
2009-01-03 14:55:32 +01:00 |
Alexandre Julliard
|
3cbf55cc1e
|
ntdll/tests: Skip large integer tests that crash on 64-bit Vista.
|
2009-01-03 14:55:32 +01:00 |
Ge van Geldorp
|
f5df407522
|
ole32/tests: Add declarations which are not present in SDK headers.
|
2009-01-03 14:55:32 +01:00 |
Ge van Geldorp
|
69c5fca81a
|
ole32/tests: Work around broken Windows urlmon.dll.
|
2009-01-03 14:55:32 +01:00 |
Austin English
|
9abde541b5
|
mpr: Fix a compiler warning on PowerPC.
|
2009-01-03 14:55:31 +01:00 |