cristiandonosoc / fake-windows-headers-for-ycm

Fake Microsoft Windows C API headers to make it nicer to use YouCompleteMe for Windows code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

For all of you developing for Windows on Linux using Vim+YCM (I know you're out there!)

YCM uses Clang, which doesn't handle Boost on Windows very well. You end up getting lots of red code.

It turns out to be easier to point YCM towards Boost for Linux, and then fake the Windows API with some function prototypes.

This is a start of some prototypes that can be used. It's very incomplete, so feel free to add to it as you need more functions to suit your needs!

About

Fake Microsoft Windows C API headers to make it nicer to use YouCompleteMe for Windows code


Languages

Language:C++ 68.5%Language:C 31.5%