summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/include/shlobj.h
diff options
context:
space:
mode:
authorEarnie Boyd <earnie@users.sf.net>2001-06-11 19:18:52 +0000
committerEarnie Boyd <earnie@users.sf.net>2001-06-11 19:18:52 +0000
commit13a01ce06a38f291e2221eabf2a2330c3c50a0b7 (patch)
tree52184108654572f64f2f0ce8e8fc4f03dfd84014 /winsup/w32api/include/shlobj.h
parenta1dd161b72b5d994ac626d34a8602db2f518c37d (diff)
downloadcygnal-13a01ce06a38f291e2221eabf2a2330c3c50a0b7.tar.gz
cygnal-13a01ce06a38f291e2221eabf2a2330c3c50a0b7.tar.bz2
cygnal-13a01ce06a38f291e2221eabf2a2330c3c50a0b7.zip
* include/shlobj.h (REGSTR_PATH_EXPLORER): Unicode it.
(REGSTR_PATH_SPECIAL_FOLDERS): Ditto. * include/regstr.h (REGSTR_PATH_EXPLORER): Add #ifndef guard.
Diffstat (limited to 'winsup/w32api/include/shlobj.h')
-rw-r--r--winsup/w32api/include/shlobj.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/w32api/include/shlobj.h b/winsup/w32api/include/shlobj.h
index 165883df6..a6a62ba85 100644
--- a/winsup/w32api/include/shlobj.h
+++ b/winsup/w32api/include/shlobj.h
@@ -106,9 +106,9 @@ extern "C" {
#define SHDID_NET_RESTOFNET 16
#define SHDID_NET_OTHER 17
#ifndef REGSTR_PATH_EXPLORER
-#define REGSTR_PATH_EXPLORER "Software\\Microsoft\\Windows\\CurrentVersion\\Explorer"
+#define REGSTR_PATH_EXPLORER TEXT("Software\\Microsoft\\Windows\\CurrentVersion\\Explorer")
#endif
-#define REGSTR_PATH_SPECIAL_FOLDERS REGSTR_PATH_EXPLORER "\\Shell Folders"
+#define REGSTR_PATH_SPECIAL_FOLDERS REGSTR_PATH_EXPLORER TEXT("\\Shell Folders")
#define CSIDL_DESKTOP 0
#define CSIDL_PROGRAMS 2
#define CSIDL_CONTROLS 3