update windows to use the correct alt data stream name

This commit is contained in:
Kelvin Sherlock 2017-07-25 22:46:28 -04:00
parent 4b98e5bf9b
commit e2f1cb0b4b
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
#ifdef _WIN32
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#define XATTR_RESOURCEFORK_NAME "AFP_ResourceFork"
#define XATTR_RESOURCEFORK_NAME "AFP_Resource"
#else
#include <errno.h>
#include <unistd.h>