Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEarnie Boyd <earnie@users.sf.net>2001-06-11 23:18:52 +0400
committerEarnie Boyd <earnie@users.sf.net>2001-06-11 23:18:52 +0400
commit13a01ce06a38f291e2221eabf2a2330c3c50a0b7 (patch)
tree52184108654572f64f2f0ce8e8fc4f03dfd84014 /winsup/w32api/include/regstr.h
parenta1dd161b72b5d994ac626d34a8602db2f518c37d (diff)
* 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/regstr.h')
-rw-r--r--winsup/w32api/include/regstr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/w32api/include/regstr.h b/winsup/w32api/include/regstr.h
index bec0a97a1..6a34ffb62 100644
--- a/winsup/w32api/include/regstr.h
+++ b/winsup/w32api/include/regstr.h
@@ -28,7 +28,9 @@ extern "C" {
#define REGSTR_PATH_RUN TEXT("Software\\Microsoft\\Windows\\CurrentVersion\\Run")
#define REGSTR_PATH_RUNSERVICESONCE TEXT("Software\\Microsoft\\Windows\\CurrentVersion\\RunServicesOnce")
#define REGSTR_PATH_RUNSERVICES TEXT("Software\\Microsoft\\Windows\\CurrentVersion\\RunServices")
+#ifndef REGSTR_PATH_EXPLORER /* also in shlobj.h */
#define REGSTR_PATH_EXPLORER TEXT("Software\\Microsoft\\Windows\\CurrentVersion\\Explorer")
+#endif
#define REGSTR_PATH_DETECT TEXT("Software\\Microsoft\\Windows\\CurrentVersion\\Detect")
#define REGSTR_PATH_APPPATHS TEXT("Software\\Microsoft\\Windows\\CurrentVersion\\App Paths")
#define REGSTR_PATH_UNINSTALL TEXT("Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall")