diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/fake_file.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/fake_file.h b/source3/include/fake_file.h index cfcd16f683..63ba41d786 100644 --- a/source3/include/fake_file.h +++ b/source3/include/fake_file.h @@ -28,9 +28,9 @@ enum FAKE_FILE_TYPE { /* we now get the unix name --metze -#define FAKE_FILE_NAME_QUOTA "\\$Extend\\$Quota:$Q:$INDEX_ALLOCATION" */ -#define FAKE_FILE_NAME_QUOTA "$Extend/$Quota:$Q:$INDEX_ALLOCATION" +#define FAKE_FILE_NAME_QUOTA_WIN32 "\\$Extend\\$Quota:$Q:$INDEX_ALLOCATION" +#define FAKE_FILE_NAME_QUOTA_UNIX "$Extend/$Quota:$Q:$INDEX_ALLOCATION" typedef struct _FAKE_FILE_HANDLE { enum FAKE_FILE_TYPE type; |