aboutsummaryrefslogtreecommitdiff
path: root/src/d_win.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/d_win.c')
-rw-r--r--src/d_win.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/d_win.c b/src/d_win.c
index 3375ee9..00b82a2 100644
--- a/src/d_win.c
+++ b/src/d_win.c
@@ -1,5 +1,6 @@
typedef struct DHandle {
- u64 type;
+ u32 type;
+ u32 subtype;
} DHandle;
b32 d_init(void) {