1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2025-01-10 07:41:46 +01:00

8 lines
129 B
C
Raw Normal View History

#pragma once
#include <windows.h>
#include <stddef.h>
2019-05-04 13:12:20 -04:00
HRESULT nvram_open_file(HANDLE *out, const wchar_t *path, size_t size);