[PATCH] D13412: Include wtypes.h to select arch (fix MSVC); remove winbase.h (unneeded)

Saleem Abdulrasool via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 4 11:05:56 PDT 2015


compnerd added a comment.

Can you include Windows.h please?  winbase.h was included for `VirtualQuery` and `VirtualProtect`, though windows.h is recommended as the include.  I believe that windef.h may be unneeded.


http://reviews.llvm.org/D13412





More information about the llvm-commits mailing list