bump capnhook rev

This commit is contained in:
Hay1tsme
2025-02-04 11:06:08 -05:00
parent 75f171663c
commit dcafe0d926
2 changed files with 1 additions and 40 deletions
-39
View File
@@ -1,39 +0,0 @@
/*
Making NTSTATUS available is slightly awkward. See:
https://kirkshoop.github.io/2011/09/20/ntstatus.html
*/
/* Win32 user-mode API */
#define WIN32_NO_STATUS
#include <windows.h>
#undef WIN32_NO_STATUS
#include <winternl.h>
#include <setupapi.h>
#include <unknwn.h>
#include <windns.h>
#include <ws2tcpip.h>
#include <dinput.h>
#include <xinput.h>
#include <d3d9.h>
/* Win32 kernel-mode definitions */
#ifdef __GNUC__
/* MinGW needs to include this for PHYSICAL_ADDRESS to be defined.
The MS SDK throws a bunch of duplicate symbol errors instead. */
#include <ntdef.h>
#else
#include <winnt.h>
#endif
#include <devioctl.h>
#include <ntdddisk.h>
#include <ntddser.h>
#include <ntstatus.h>
#include <assert.h>
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <wchar.h>
+1 -1
View File
@@ -1,4 +1,4 @@
[wrap-git]
directory = capnhook
url = https://github.com/Hay1tsme/capnhook
revision = 5e44ceea2240aab0b4fcb278611dd92f47d0467a
revision = 4633c51d58f7a3f714f4c0da43876376439848fe