Skip to content

Update renderdocshim.cpp#3861

Open
MihikaGupta17 wants to merge 1 commit into
baldurk:v1.xfrom
MihikaGupta17:v1.x
Open

Update renderdocshim.cpp#3861
MihikaGupta17 wants to merge 1 commit into
baldurk:v1.xfrom
MihikaGupta17:v1.x

Conversation

@MihikaGupta17

Copy link
Copy Markdown

Description

Changes made:

• OpenFileMappingA() → OpenFileMappingW()

• VirtualAlloc() → HeapAlloc()

• VirtualFree() → HeapFree()

• Removed manual zeroing loop by using HEAP_ZERO_MEMORY

• GetModuleFileNameW() → QueryFullProcessImageNameW()

• FindStringOrdinal() → StrStrIW()

• LoadLibraryW() → LoadLibraryExW()

@baldurk

baldurk commented Jun 30, 2026

Copy link
Copy Markdown
Owner

Please can you explain the reason for these changes. Simply listing function substitutions with no context is not an explanation and gives no useful information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants