[PATCH] D51913: [libFuzzer] [Windows] Include windows.h and psapi.h with lowercase
Dávid Bolvanský via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 11 02:04:21 PDT 2018
xbolva00 added inline comments.
================
Comment at: lib/fuzzer/FuzzerExtFunctionsDlsymWin.cpp:16
#include "FuzzerIO.h"
-#include "Windows.h"
+#include "windows.h"
----------------
<windows.h>
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D51913
More information about the llvm-commits
mailing list