]> git.rmz.io Git - dotfiles.git/commitdiff
vim/ultisnips/cpp: replace WIN32 with _WIN32
authorSamir Benmendil <samir.benmendil@ultrahaptics.com>
Fri, 6 Jul 2018 12:43:25 +0000 (13:43 +0100)
committerSamir Benmendil <samir.benmendil@ultrahaptics.com>
Fri, 6 Jul 2018 12:43:25 +0000 (13:43 +0100)
_WIN32 is defined by the compiler, which is more likely to be defined
than WIN32 which is defined by the Windows SDK.


No differences found