mirror of
https://github.com/nmap/nmap.git
synced 2025-12-09 14:11:29 +00:00
Update libpcre to 10.45
This commit is contained in:
9
libpcre/vms/stdint.h
Normal file
9
libpcre/vms/stdint.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef MY_VMS_STDINT
|
||||
#define MY_VMS_STDINT
|
||||
#include <inttypes.h>
|
||||
#include <limits.h>
|
||||
#include <stdbool.h>
|
||||
#define SIZE_MAX UINT_MAX
|
||||
#define UINT32_MAX 4294967295u
|
||||
#define UINT16_MAX (65535)
|
||||
#endif
|
||||
Reference in New Issue
Block a user