@@ -100,7 +100,6 @@ extern bool g_arm64_atomics_present;
100100/* ****************** ABI-specific glue *******************************/
101101
102102#define MAX_PATH 260
103- #define _MAX_PATH 260
104103#define _MAX_DRIVE 3 /* max. length of drive component */
105104#define _MAX_DIR 256 /* max. length of path component */
106105#define _MAX_FNAME 256 /* max. length of file name component */
@@ -111,9 +110,7 @@ extern bool g_arm64_atomics_present;
111110#define MAX_PATH_FNAME MAX_PATH
112111#define MAX_LONGPATH 1024 /* max. length of full pathname */
113112
114- #define MAXSHORT 0x7fff
115113#define MAXLONG 0x7fffffff
116- #define MAXCHAR 0x7f
117114#define MAXDWORD 0xffffffff
118115
119116// Sorting IDs.
@@ -419,7 +416,6 @@ PAL_PerfJitDump_Finish();
419416#define MB_OKCANCEL 0x00000001L
420417#define MB_ABORTRETRYIGNORE 0x00000002L
421418
422- #define MB_ICONQUESTION 0x00000020L
423419#define MB_ICONEXCLAMATION 0x00000030L
424420
425421#define MB_TASKMODAL 0x00002000L
@@ -2914,11 +2910,6 @@ FlushInstructionCache(
29142910#define MAX_LEADBYTES 12
29152911#define MAX_DEFAULTCHAR 2
29162912
2917- PALIMPORT
2918- UINT
2919- PALAPI
2920- GetACP (void );
2921-
29222913typedef struct _cpinfo {
29232914 UINT MaxCharSize;
29242915 BYTE DefaultChar[MAX_DEFAULTCHAR];
@@ -3900,29 +3891,6 @@ PALIMPORT DLLEXPORT int __cdecl _putenv(const char *);
39003891#define ERANGE 34
39013892#endif
39023893
3903- /* ***************PAL Perf functions for PInvoke*********************/
3904- #if PAL_PERF
3905- PALIMPORT
3906- VOID
3907- PALAPI
3908- PAL_EnableProcessProfile ();
3909-
3910- PALIMPORT
3911- VOID
3912- PALAPI
3913- PAL_DisableProcessProfile ();
3914-
3915- PALIMPORT
3916- BOOL
3917- PALAPI
3918- PAL_IsProcessProfileEnabled ();
3919-
3920- PALIMPORT
3921- INT64
3922- PALAPI
3923- PAL_GetCpuTickCount ();
3924- #endif // PAL_PERF
3925-
39263894/* ****************** PAL functions for exceptions *******/
39273895
39283896#ifdef __cplusplus
0 commit comments