Skip to content

Commit 17d016c

Browse files
Update windows.cpp
1 parent e7fad40 commit 17d016c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

test/cfg/windows.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,10 @@ BOOL unreachableCode_FlushConsoleInputBuffer(int &val)
8484
return retVal;
8585
}
8686

87-
/// https://learn.microsoft.com/en-us/windows/win32/api/libloaderapi/nf-libloaderapi-getmodulefilenamew
87+
const char* constVariable_MAKEINTRESSOURCE() {
88+
return MAKEINTRESSOURCE(5 - 1);
89+
}
90+
8891
std::string constVariable_GetModuleFileName(void) {
8992
char path[42];
9093
if (GetModuleFileNameA(NULL, path, sizeof(path))==0)

0 commit comments

Comments
 (0)