Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
move define strnlen to all the other similar defines
  • Loading branch information
choikwa committed Sep 7, 2016
commit 651ce9ba5add29df0e6752bccc81c23e0d3dbadd
2 changes: 1 addition & 1 deletion src/pal/inc/pal.h
Original file line number Diff line number Diff line change
Expand Up @@ -5802,6 +5802,7 @@ CoCreateGuid(OUT GUID * pguid);
#define _wcstoui64 PAL__wcstoui64
#define _flushall PAL__flushall
#define _vsnprintf PAL__vsnprintf
#define strnlen PAL_strnlen

#ifdef _AMD64_
#define _mm_getcsr PAL__mm_getcsr
Expand Down Expand Up @@ -6953,5 +6954,4 @@ class NativeExceptionHolderFactory
}
#endif

#define strnlen PAL_strnlen
#endif // __PAL_H__