diff options
author | Koundinya Veluri <kouvel@microsoft.com> | 2015-10-06 01:38:00 -0700 |
---|---|---|
committer | Koundinya Veluri <kouvel@microsoft.com> | 2015-10-07 04:03:53 -0700 |
commit | dba31572605bc370b3b9eee403b3d2bb56cc4b56 (patch) | |
tree | 51aad0c3fb709994b8349ef9022f2a8d06faede2 /src/inc/palclr.h | |
parent | f7461fed79d952532146891de7c2746758fa9a88 (diff) | |
download | coreclr-dba31572605bc370b3b9eee403b3d2bb56cc4b56.tar.gz coreclr-dba31572605bc370b3b9eee403b3d2bb56cc4b56.tar.bz2 coreclr-dba31572605bc370b3b9eee403b3d2bb56cc4b56.zip |
Add unit test for loading native library from host-provided native search paths
Also used and added to existing macros for separator chars and removed the new members I had added to the Path class.
Related to #1680
Diffstat (limited to 'src/inc/palclr.h')
-rw-r--r-- | src/inc/palclr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/inc/palclr.h b/src/inc/palclr.h index 26d882d08f..e005c29208 100644 --- a/src/inc/palclr.h +++ b/src/inc/palclr.h @@ -93,6 +93,8 @@ #define PATH_SEPARATOR_CHAR_W W(';') #define PATH_SEPARATOR_STR_W W(";") +#define VOLUME_SEPARATOR_CHAR_W W(':') + // PAL Macros // Not all compilers support fully anonymous aggregate types, so the // PAL provides names for those types. To allow existing definitions of |