mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Write resource forks in Mac OS X, the Carbon way.
This commit is contained in:
@@ -24,7 +24,14 @@ Copyright (C) 2011-2021 Natalia Portillo
|
||||
|
||||
#include "../include/defs.h"
|
||||
|
||||
#if defined(__APPLE__) && defined(__MACH__)
|
||||
#include "../darwin/darwin.h"
|
||||
#endif
|
||||
|
||||
void ResourceFork(const char* path)
|
||||
{
|
||||
#if defined(__APPLE__) && defined(__MACH__)
|
||||
DarwinResourceFork(path);
|
||||
#endif
|
||||
// Not supported
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user