I'm trying to make a 32 bit windows dll. I used to use MSVC, but I want to switch to open source compilers.
How can I add the windows headers to my lsp? I don't know how I could get them in nix-fashion and how I can Add them to the lsp config ( maybe some thing like initOptions.clang.extraArgs = ["-I${pkgs.something}/include"]; for ccls). I don't care if it is clangd or ccls for now; I just want to get it working.
I'm trying to make a 32 bit windows dll. I used to use MSVC, but I want to switch to open source compilers.
How can I add the windows headers to my lsp? I don't know how I could get them in nix-fashion and how I can Add them to the lsp config ( maybe some thing like
initOptions.clang.extraArgs = ["-I${pkgs.something}/include"];for ccls). I don't care if it is clangd or ccls for now; I just want to get it working.