publish changes

This commit is contained in:
Archie 2024-09-29 02:04:03 +00:00
parent afc5064a7b
commit ac2c6ac843
1605 changed files with 3354 additions and 3354 deletions

View file

@ -1,4 +1,4 @@
#include <windows.h>
#include <arch.h>
#include "dde.h"
#include <strsafe.h>

View file

@ -1,4 +1,4 @@
#include <windows.h>
#include <arch.h>
#include "irctell.h"
#include <api/syscb/api_syscb.h>
#include <api/core/api_core.h>
@ -34,7 +34,7 @@ void WACIrctell::RegisterServices(api_service *service)
void WACIrctell::DeregisterServices(api_service *service)
{
// be sure to delete all your windows etc HERE, not in the destructor
// be sure to delete all your arch etc HERE, not in the destructor
// because the API pointer might be invalid in the destructor
// if (core)
// core->core_delCallback(0, this);