Added winmm.dll for self-injection

This commit is contained in:
acidicoala
2025-09-22 03:57:11 +05:00
parent c75bbcf636
commit 7ab9895b58
5 changed files with 19 additions and 10 deletions

View File

@@ -2,9 +2,10 @@
#include "smoke_api/smoke_api.hpp"
// This header will be populated at build time
// These headers will be populated at build time
#include "linker_exports_for_steam_api.h"
#include "linker_exports_for_version.h"
#include "linker_exports_for_winmm.h"
DLL_MAIN(void* handle, const uint32_t reason, void*) {
if(reason == DLL_PROCESS_ATTACH) {