search for: csidl_personal

Displaying 5 results from an estimated 5 matches for "csidl_personal".

2005 May 04
0
New win32-dir
...KTOP = 0x0000 # <desktop> CSIDL_INTERNET = 0x0001 # Internet Explorer (icon on desktop) CSIDL_PROGRAMS = 0x0002 # Start Menu\Programs CSIDL_CONTROLS = 0x0003 # My Computer\Control Panel CSIDL_PRINTERS = 0x0004 # My Computer\Printers CSIDL_PERSONAL = 0x0005 # My Documents CSIDL_FAVORITES = 0x0006 # <user name>\Favorites CSIDL_STARTUP = 0x0007 # Start Menu\Programs\Startup CSIDL_RECENT = 0x0008 # <user name>\Recent CSIDL_SENDTO = 0x0009 # <user name>\SendTo CSIDL...
2005 May 02
1
Possible win32-dir mods
Hi Zach (or anyone with VC++ 6), I was hoping you would test a couple things for me. The first thing I would like you to try is replacing "#include <shlobj.h>" with "#include <shfolder.h>". That, or try including both. If that doesn''t do the trick, the next thing I''d like to try is commenting out all the rb_define_const lines that were
2007 Sep 28
0
Wine release 0.9.46
...systems that don't support nameless unions. dbghelp & imagehlp: Fix the PSYM_ENUMSYMBOLS_CALLBACK() and PSYM_ENUMERATESYMBOLS_CALLBACK() prototypes. wintrust: Fix compilation on systems that don't support nameless unions. shell32: CSIDL_MYDOCUMENTS is now a synonym for CSIDL_PERSONAL. advapi32: Add and use LSTATUS. imagehlp: Add SYMBOL_INFO_PACKAGE and SymSetSearchPathW(). wordpad: Fix compilation on systems that don't support nameless unions. dnsapi: Fix the DnsQueryConfig() prototype. dbghelp: Fix the PENUMLOADED_MODULES_CALLBACK() prototype....
2007 Jun 01
0
Wine release 0.9.38
...not define ListView_InsertItemA() so don't use it. ddraw: Fix the name of DDSPD_IUNKNOWNPOINTER. In the PSDK HRESULT_FROM_WIN32() is now an inline function, and it is __HRESULT_FROM_WIN32() which is a macro. shell32/tests: With recent PSDKs, CSIDL_MYDOCUMENTS is a synonym for CSIDL_PERSONAL. So define our own constant. shlwapi/tests: The PSDK does not define IID_IDelayedRelease anymore. include: The PSDK does not define the DEFINE_SHLGUID() macro anymore. schannel: The PSDK defines no SECPKG_FUNCTION_TABLE_SIZE_* macro. schannel: Fix the name of the SetContextA...
2009 Feb 13
0
Wine release 1.1.15
...failing tests on Windows ME. shell32: Fix a couple test failures on NT4. shell32: Use list of allowed PIDL types rather than assuming there are no more than two. mapi32/tests: Fix typo. shell32: Remove a test that fails on Win64. shell32: Use the normal list checks for CSIDL_PERSONAL. shell32: Remove an obsolete comment. mshtml: Pass bytes written pointer to WriteFile. advapi32: Test LookupAccountName with the computer name as the account name. advapi32: Support the computer name as an account name in LookupAccountNameW. mapi32: Fix failing tests o...