Skip to content

Commit

Permalink
Merge pull request #9 from tbeu/msvc_cpp_20_build_error-test-api
Browse files Browse the repository at this point in the history
Fix MSVC C++ 20 compiler issue in TestAPI
  • Loading branch information
danoli3 authored Jul 9, 2024
2 parents f3dd894 + 9643901 commit 5784688
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 5784688

Please sign in to comment.