Use pre-C99 value for unsigned 32-bit integer in Darwin.

This commit is contained in:
2021-05-24 14:14:12 +01:00
parent 2882388946
commit f65d052fd8
2 changed files with 4 additions and 4 deletions

View File

@@ -5,10 +5,10 @@
#ifndef SETTER_SRC_DARWIN_DARWIN_H_
#define SETTER_SRC_DARWIN_DARWIN_H_
#include <stdint.h>
#include <sys/types.h>
void DarwinGetOsInfo();
void DarwinPrintStatfsFlags(uint32_t flags);
void DarwinPrintStatfsFlags(u_int32_t flags);
void DarwinResourceFork(const char* path);
void DarwinFileAttributes(const char* path);
void DarwinExtendedAttributes(const char* path);