diff options
| author | VivyaCC <21315274+enginelesscc@users.noreply.github.com> | 2026-03-06 23:13:30 +0100 |
|---|---|---|
| committer | void_17 <heroerror3@gmail.com> | 2026-03-07 23:58:21 +0700 |
| commit | 6dfdd9032892f933a2cd23470ccd03149d114811 (patch) | |
| tree | 21db394ccd0a003c1dbc255072a4d3c869990bb3 /Minecraft.World/x64headers | |
| parent | 7c2869c5b9825ea87b4e2a65c6337f09e84b3cdb (diff) | |
win cpp23 compat: Minecraft.World
Diffstat (limited to 'Minecraft.World/x64headers')
| -rw-r--r-- | Minecraft.World/x64headers/extraX64.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Minecraft.World/x64headers/extraX64.h b/Minecraft.World/x64headers/extraX64.h index dc01f3b3..79882800 100644 --- a/Minecraft.World/x64headers/extraX64.h +++ b/Minecraft.World/x64headers/extraX64.h @@ -332,10 +332,10 @@ public: #define PIXSetMarkerDeprecated(a, b, ...) PIXSetMarker(a, L ## b, __VA_ARGS__) #define PIXAddNamedCounter(a, b) PIXReportCounter( L ## b, a) #else -void PIXAddNamedCounter(int a, char *b, ...); -void PIXBeginNamedEvent(int a, char *b, ...); +void PIXAddNamedCounter(int a, const char *b, ...); +void PIXBeginNamedEvent(int a, const char *b, ...); void PIXEndNamedEvent(); -void PIXSetMarkerDeprecated(int a, char *b, ...); +void PIXSetMarkerDeprecated(int a, const char *b, ...); #endif void XSetThreadProcessor(HANDLE a, int b); |
