We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7fad40 commit 17d016cCopy full SHA for 17d016c
1 file changed
test/cfg/windows.cpp
@@ -84,7 +84,10 @@ BOOL unreachableCode_FlushConsoleInputBuffer(int &val)
84
return retVal;
85
}
86
87
-/// https://learn.microsoft.com/en-us/windows/win32/api/libloaderapi/nf-libloaderapi-getmodulefilenamew
+const char* constVariable_MAKEINTRESSOURCE() {
88
+ return MAKEINTRESSOURCE(5 - 1);
89
+}
90
+
91
std::string constVariable_GetModuleFileName(void) {
92
char path[42];
93
if (GetModuleFileNameA(NULL, path, sizeof(path))==0)
0 commit comments