We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da29664 commit 5dbcd5bCopy full SHA for 5dbcd5b
amd/comgr/test/compile_log_remarks_test.c
@@ -40,13 +40,17 @@
40
#include <string.h>
41
42
# undef unsetenv
43
+#ifdef _WIN32
44
+#define unsetenv(name) _putenv_s(name, "")
45
+#else
46
# if !HAVE_DECL_UNSETENV
47
# if VOID_UNSETENV
48
extern void unsetenv (const char *);
49
# else
50
extern int unsetenv (const char *);
51
# endif
52
53
+#endif
54
55
int main(int argc, char *argv[]) {
56
amd/comgr/test/compile_log_test.c
0 commit comments