ocaml-containers icon indicating copy to clipboard operation
ocaml-containers copied to clipboard

add condition over os_type to preproc

Open FardaleM opened this issue 3 years ago • 2 comments

I started working on CCFilename, a lot of function depend on OS specific definition. Therefore I add the possibility to match the os_type using the preprocessor.

FardaleM avatar Sep 17 '22 19:09 FardaleM

Seems like a good idea! Have you tested it already? :)

c-cube avatar Sep 18 '22 17:09 c-cube

I just tried it and it currently does not work. The fix is small but I want to improve a bit more stuff as I work with it. So I will keep it as a draft for now except if you want to have it merge early.

FardaleM avatar Sep 19 '22 10:09 FardaleM