Marcus Meissner
|
ea4c70a1bd
|
shell32: Added missing fclose (Coverity).
|
2009-01-27 11:09:13 +01:00 |
Andrew Talbot
|
8838dcb4ce
|
shell32: Declare some functions static.
|
2009-01-26 14:29:59 +01:00 |
Alexandre Julliard
|
53e165716d
|
configure: Add a wrapper macro for mkdir on Windows.
|
2008-12-09 16:15:18 +01:00 |
Andrew Talbot
|
45d7897c62
|
shell32: Sign-compare warnings fix.
|
2008-11-12 11:49:12 +01:00 |
Dmitry Timoshkov
|
6b4762086a
|
shell32: Make some data static const.
|
2008-11-12 11:49:12 +01:00 |
Rob Shearman
|
ff83800839
|
shell32: Free the correct pointer in XDG_UserDirLookup.
out_ptr is a stack variable. *out_ptr is heap allocated and is what
was meant to be freed.
|
2008-06-19 11:54:57 +02:00 |
Austin English
|
acf8e0f5a1
|
shell32: Fix a typo.
|
2008-04-30 10:26:06 +02:00 |
Lei Zhang
|
f5ba1c21be
|
shell32: Add xdg-user-dirs lookup code.
|
2008-03-12 12:18:31 +01:00 |
Andrew Talbot
|
efdc116856
|
shell32: Constify some variables.
|
2007-11-06 13:02:25 +01:00 |
Alexandre Julliard
|
92571d8d39
|
shell32: Fix contents of string returned in load_path.
|
2007-06-11 20:20:02 +02:00 |
Nigel Liang
|
1fc0cb75ee
|
shell32: Conformance tests for unicode filenames and fix a bug for file deletion.
|
2007-06-11 13:45:38 +02:00 |
Dmitry Timoshkov
|
e4c0748c21
|
shell32: Make some data static and const.
|
2006-11-28 12:36:12 +01:00 |
Detlef Riekenberg
|
7c70f7f9b2
|
shell32: Fix a function name in a comment.
|
2006-11-16 22:09:19 +01:00 |
Francois Gouget
|
c35b6b9223
|
shell32: Fix inclusion of conditional headers (spotted by winapi_check).
|
2006-11-13 12:59:18 +01:00 |
Mikołaj Zalewski
|
589aeba979
|
shell32: Add desktop entries parsing code.
|
2006-08-18 11:41:44 +02:00 |
Mikołaj Zalewski
|
f2686c7ce9
|
shell32: Add trashing support functions.
|
2006-07-31 12:55:12 +02:00 |