wip: ini parse baseline

This commit is contained in:
Hane 2024-12-03 21:13:42 +01:00
commit 8e07b1efdd
9 changed files with 356 additions and 27 deletions

View file

@ -1,7 +1,5 @@
#pragma once
#define _WIN32_WINNT 0x0A00
#include <sdkddkver.h>
//done by qt by def #define UNICODE
@ -9,6 +7,8 @@
#include <Windows.h>
#include <shellapi.h>
#include <Shobjidl.h>
#include <Shlobj.h>
#include <fileapi.h>
#include <appmodel.h>
#include <processthreadsapi.h>
#include <mmdeviceapi.h>
@ -28,6 +28,7 @@
#include <stringapiset.h>
#include <Mmreg.h>
#include <tlhelp32.h>
#include <Knownfolders.h>
#include "ipolicyconfig.h"
#include "audiometerinfo.h"