Skip to content

Commit

Permalink
Fix MSVC C++ 20 compiler issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tbeu committed Mar 20, 2024
1 parent f3dd894 commit 9643901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TestAPI/testMPageMemory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ loadBuffer(const char *lpszPathName, BYTE **buffer, DWORD *length) {
return FALSE;
}

BOOL testMemoryStreamMultiPageOpenSave(const char *lpszPathName, char *output, int input_flag, int output_flag) {
BOOL testMemoryStreamMultiPageOpenSave(const char *lpszPathName, const char *output, int input_flag, int output_flag) {
BOOL bSuccess = FALSE;

BYTE *buffer = NULL;
Expand Down

0 comments on commit 9643901

Please sign in to comment.