mirror of
https://github.com/yasm/yasm
synced 2026-08-26 22:26:05 -04:00
add missing include file
This commit is contained in:
parent
98a83602f2
commit
c9db6d70a9
1 changed files with 8 additions and 0 deletions
8
Mkfiles/vs/libyasm-stdint.h
Normal file
8
Mkfiles/vs/libyasm-stdint.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#ifndef _UINTPTR_T_DEFINED
|
||||
#ifdef _WIN64
|
||||
#include <vadefs.h>
|
||||
#else
|
||||
typedef unsigned long uintptr_t;
|
||||
#endif
|
||||
#define _UINTPTR_T_DEFINED
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue