Substitute 0x7fffffff and 0xffffffff by INT32_MAX and UINT32_MAX
throughout, except in assembler code.
This commit is contained in:
@ -15,7 +15,7 @@ details. */
|
||||
struct _reent;
|
||||
extern struct _reent reent_data;
|
||||
|
||||
#define PER_THREAD_FORK_CLEAR ((void *)0xffffffff)
|
||||
#define PER_THREAD_FORK_CLEAR ((void *)UINT32_MAX)
|
||||
class per_thread
|
||||
{
|
||||
DWORD tls;
|
||||
|
Reference in New Issue
Block a user