Skip to content

Commit 92132e7

Browse files
committed
more instrinsict fails
1 parent 6fd2a2f commit 92132e7

2 files changed

Lines changed: 0 additions & 18 deletions

File tree

dll/win32/msvcrt/string.c

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,6 @@
3636

3737
WINE_DEFAULT_DEBUG_CHANNEL(msvcrt);
3838

39-
#ifdef _MSC_VER
40-
#pragma function(_strset,memchr,memcmp,memcpy,memset,strcat,strcmp,strcpy,strlen)
41-
#ifdef __REACTOS__
42-
#if defined(_M_ARM) || _MSC_VER >= 1932 // VS2022 version 17.2 and later
43-
#pragma function(strncmp,strncpy)
44-
#endif
45-
#endif
46-
#endif
47-
4839
/*********************************************************************
4940
* _mbsdup (MSVCRT.@)
5041
* _strdup (MSVCRT.@)

dll/win32/msvcrt/wcs.c

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,6 @@
3333

3434
WINE_DEFAULT_DEBUG_CHANNEL(msvcrt);
3535

36-
#ifdef _MSC_VER
37-
#pragma function(_wcsset,wcscat,wcscmp,wcscpy,wcslen)
38-
#ifdef __REACTOS__
39-
#if defined(_M_ARM) || _MSC_VER >= 1932 // VS2022 version 17.2 and later
40-
#pragma function(wcsncmp,wcsncpy)
41-
#endif
42-
#endif
43-
#endif
44-
4536
typedef struct
4637
{
4738
enum { LEN_DEFAULT, LEN_SHORT, LEN_LONG } IntegerLength;

0 commit comments

Comments
 (0)