Split win32 code.

This commit is contained in:
2021-03-11 16:51:04 +00:00
parent 14a25c8510
commit b88a3aff8d
22 changed files with 5083 additions and 4348 deletions

10
setter/src/win32/volume.h Normal file
View 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_