X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/6e8502d9db631f046997419b28a9af75841f2d04..079c4cc7f0122c10bc93fa70ea50499b0d87f0d4:/vim/ultisnips/cpp.snippets?ds=sidebyside diff --git a/vim/ultisnips/cpp.snippets b/vim/ultisnips/cpp.snippets index 99cfa78..5b55701 100644 --- a/vim/ultisnips/cpp.snippets +++ b/vim/ultisnips/cpp.snippets @@ -56,7 +56,7 @@ snippet cplat "Cross platform pre processor split" b ${1} #elif defined(__APPLE__) ${2} -#elif defined(WIN32) +#elif defined(_WIN32) ${3} #endif endsnippet