mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Split win32 code.
This commit is contained in:
10
setter/src/win32/volume.h
Normal file
10
setter/src/win32/volume.h
Normal file
@@ -0,0 +1,10 @@
|
||||
//
|
||||
// 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_
|
||||
Reference in New Issue
Block a user