mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
11 lines
247 B
C
11 lines
247 B
C
|
|
//
|
||
|
|
// Created by claunia on 11/3/21.
|
||
|
|
//
|
||
|
|
|
||
|
|
#ifndef SETTER_SRC_WIN32_VOLUME_H_
|
||
|
|
#define SETTER_SRC_WIN32_VOLUME_H_
|
||
|
|
|
||
|
|
BOOL(WINAPI* WinGetDiskFreeSpaceExA)(LPCSTR, PULARGE_INTEGER, PULARGE_INTEGER, PULARGE_INTEGER);
|
||
|
|
|
||
|
|
#endif // SETTER_SRC_WIN32_VOLUME_H_
|