YunSong Hwang
|
58d6722e7a
|
Add Korean translations.
|
2005-11-11 10:55:09 +00:00 |
Francois Gouget
|
0edbaf7e80
|
Remove spaces before '\n' in traces.
|
2005-11-10 12:14:56 +00:00 |
Uwe Bonnes
|
c51e9964a3
|
Semi-stub implementation for SHRegGetValue(A|W).
|
2005-11-07 20:14:27 +00:00 |
Stefan Leichter
|
e1cf3392cb
|
Stop PathIsValidCharW tests after 100 failing tests.
|
2005-10-31 10:02:24 +00:00 |
Alexandre Julliard
|
7e22be4d84
|
We are no longer generating .dbg.c files.
|
2005-09-29 10:35:58 +00:00 |
Alexander N. Sørnes
|
cd6e5bab8b
|
Added Norwegian translations.
|
2005-09-26 10:56:47 +00:00 |
Francois Gouget
|
335fce9ce0
|
Fix .spec declarations for functinos with 64bit arguments (reported by
winapi_check).
|
2005-09-26 09:56:40 +00:00 |
Dmitry Timoshkov
|
12b2cf4c77
|
Fix the usage of COLOR_xxx constants in the place of the window's
class hbrBackground.
|
2005-09-20 12:02:45 +00:00 |
Alexandre Julliard
|
7a52190c03
|
Take into account -noname functions when checking for duplicate export
names. Fixed a couple of issues found by the stricter check.
|
2005-09-19 14:44:28 +00:00 |
Alexandre Julliard
|
7c1925a0f3
|
Remove the 'L' suffix on a number of constants to avoid comparison
errors on 64-bit platforms.
|
2005-09-13 15:00:32 +00:00 |
Marcus Meissner
|
bd7ec9aca5
|
The last argument to MultiByteToWideChar is wide character count and
not the buffer size in bytes. Fixed all places where it was wrong.
|
2005-09-12 22:07:53 +00:00 |
Alexandre Julliard
|
4c34d9386c
|
Specify 64-bit integers as double instead of long long in spec files
so that we get the correct number of arguments.
|
2005-09-09 15:05:01 +00:00 |
Stefan Leichter
|
00efadd93b
|
Added version resource to shlwapi.dll.
|
2005-09-06 11:04:24 +00:00 |
Alexandre Julliard
|
cc4da88563
|
Explicitly import kernel32 in tests that use it.
|
2005-08-27 09:27:09 +00:00 |
Vincent Béron
|
f1d66c008d
|
Correct typo in format string.
|
2005-08-15 09:43:45 +00:00 |
Huw Davies
|
bc94cbb50c
|
Implement SHLoadRegUIStringW.
|
2005-08-12 15:51:44 +00:00 |
Richard Cohen
|
3ca45f8e89
|
Blame ExpandEnvironmentStringsA for the failing NT4 test.
|
2005-08-12 15:51:22 +00:00 |
Huw Davies
|
554357ec62
|
Implement SHLoadIndirectString.
|
2005-08-11 18:35:15 +00:00 |
Huw Davies
|
1c088a43f7
|
Partial implementation of DeleteMenuWrap.
|
2005-08-10 15:01:07 +00:00 |
Huw Davies
|
6b1670c7cb
|
Implement IUnknown_EnumObjects.
|
2005-08-10 13:00:05 +00:00 |
Huw Davies
|
88a8ff027a
|
_CreateAllAccessSecurityAttributes takes three parameters.
|
2005-08-09 20:34:57 +00:00 |
Huw Davies
|
34f36f662b
|
Implement and add tests for the FDSA functions.
|
2005-08-09 10:21:35 +00:00 |
Huw Davies
|
c14dbc5c1c
|
IUnknown_SetSite calls IObjectWithSite_SetSite or
IInternetSecurityManager_SetSecuritySite.
|
2005-08-08 17:58:31 +00:00 |
Alexandre Julliard
|
94defee579
|
Don't prefix the functions DllInstall and DllGetVersion with the dll
name so that the compiler can check the prototypes.
|
2005-08-08 17:43:51 +00:00 |
Huw Davies
|
adc317c5cc
|
Forward ordinals 457,458 to GetLongPathNameW,A.
|
2005-08-08 12:14:09 +00:00 |
Huw Davies
|
91358d76c3
|
Fix call to GetMenuItemInfo and unicodify while we're at it.
|
2005-08-08 11:02:16 +00:00 |
Mike McCormack
|
82434be6a9
|
gcc 4.0 warning fixes.
|
2005-07-29 14:15:31 +00:00 |
Steven Edwards
|
e14569d122
|
Correct RegCreateKeyEx[A/W] prototype to match the PSDK.
|
2005-07-28 10:18:23 +00:00 |
Mike McCormack
|
bda7ace2e9
|
Interlocked LONG* gcc warning fixes.
|
2005-07-13 11:59:15 +00:00 |
Mike McCormack
|
257c337c19
|
gcc 4.0 -Wpointer-sign fixes (Reg* functions).
|
2005-07-07 12:08:42 +00:00 |
Mike McCormack
|
b8fc783be2
|
Avoid warnings in generated tests by casting sizeof(x) to an int.
|
2005-07-03 11:23:30 +00:00 |
Francois Gouget
|
02c25a8981
|
Assorted spelling fixes.
|
2005-06-30 18:19:33 +00:00 |
Stefan Huehner
|
ffe53258aa
|
Fix some -Wstrict-prototypes warnings.
|
2005-06-27 09:57:28 +00:00 |
Alexandre Julliard
|
f84401aa17
|
Sort entry points in the same order as Windows.
|
2005-06-23 09:57:11 +00:00 |
Stefan Huehner
|
863a4b1488
|
Fix some more -Wstrict-prototypes warnings.
|
2005-06-21 20:53:13 +00:00 |
Stefan Huehner
|
ac6f562b52
|
Fix more -Wstrict-prototypes warnings.
|
2005-06-20 14:18:03 +00:00 |
Mike McCormack
|
0a44661d6f
|
Switch IShellLink to use shlwapi.SHCreateStreamOnFileW.
|
2005-06-16 09:46:05 +00:00 |
Mike McCormack
|
9f92ead47f
|
Fixes for -Wmissing-declaration and -Wwrite-string warnings.
|
2005-06-14 17:21:18 +00:00 |
Dmitry Timoshkov
|
eba47f1dfe
|
Make remaining OLE interface vtables const.
|
2005-06-06 19:50:35 +00:00 |
Uwe Bonnes
|
3655187fd0
|
Test cases for URL_UNESCAPE and small fix.
|
2005-05-23 16:23:02 +00:00 |
Pierre d'Herbemont
|
342da59b0c
|
Remove stdlib.h inclusion if winsock.h is included.
|
2005-05-18 15:33:20 +00:00 |
Alexandre Julliard
|
34fa35dc99
|
Added rules for building import libraries in the individual dll
makefiles, and added support for building a .def.a static import
library too.
|
2005-05-09 14:42:30 +00:00 |
Alexandre Julliard
|
d62356aa1e
|
Added rules to build import libraries in the individual dll makefiles.
Generate import libraries with the right name right away instead of
using an intermediate .spec.def file.
|
2005-05-07 12:39:52 +00:00 |
Francois Gouget
|
f5c9da6860
|
Assorted spelling fixes.
|
2005-05-06 15:44:31 +00:00 |
Peter Berg Larsen
|
6aefbc0934
|
Strncpy elimination.
|
2005-04-18 15:36:20 +00:00 |
Peter Berg Larsen
|
e732fc023d
|
Janitorial: Get rid of strncpy/strncpyW.
|
2005-03-28 14:17:51 +00:00 |
Jakob Eriksson
|
9ed61de9a2
|
Get rid of HeapAlloc casts.
|
2005-03-24 21:01:35 +00:00 |
Francois Gouget
|
93416cdaf7
|
Assorted spelling fixes.
|
2005-03-23 13:15:18 +00:00 |
Jakob Eriksson
|
461c830745
|
Eliminate HeapAlloc casts.
|
2005-03-22 18:26:06 +00:00 |
Jakob Eriksson
|
a4fe0d6003
|
More trace info.
|
2005-03-22 18:18:14 +00:00 |