From: Samir Benmendil Date: Fri, 6 Jul 2018 12:43:25 +0000 (+0100) Subject: vim/ultisnips/cpp: replace WIN32 with _WIN32 X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/c718923582a2491791b129ed8572a38f45c9d62e?hp=c718923582a2491791b129ed8572a38f45c9d62e vim/ultisnips/cpp: replace WIN32 with _WIN32 _WIN32 is defined by the compiler, which is more likely to be defined than WIN32 which is defined by the Windows SDK. ---