Skip to content

Commit

Permalink
- restore VOLUME_NAME_NT and VOLUME_NAME_DOS definition, thx Andrey f…
Browse files Browse the repository at this point in the history
…or the headup
  • Loading branch information
pierrejoye committed Sep 17, 2010
1 parent 3bdac76 commit c4334c7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions TSRM/tsrm_virtual_cwd.c
Expand Up @@ -39,6 +39,14 @@
# ifndef IO_REPARSE_TAG_SYMLINK
# define IO_REPARSE_TAG_SYMLINK 0xA000000C
# endif

# ifndef VOLUME_NAME_NT
# define VOLUME_NAME_NT 0x2
# endif

# ifndef VOLUME_NAME_DOS
# define VOLUME_NAME_DOS 0x0
# endif
#endif

#ifndef S_IFLNK
Expand Down

0 comments on commit c4334c7

Please sign in to comment.