Skip to content

Commit

Permalink
use DWORD for id
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Oct 20, 2024
1 parent c7de7c0 commit 03d012b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/re_thread.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#if defined(WIN32)
struct thrd_win32 {
HANDLE hdl;
uint32_t id;
DWORD id;
};

#ifndef WIN32_LEAN_AND_MEAN
Expand Down

0 comments on commit 03d012b

Please sign in to comment.