Skip to content

Changes to support windows

Ghost User requested to merge (removed):windows-fixes into master

-1) Add dependency upon gmp . libmpc and mpfr require it anyway and linking fails without it. added nlswindows.c to build and source. This contains Windows specific code to obtain the thousands sand decimal separators adjusted the .vala files appropriately. This assumes that if it isn't POSIX, it must be Windows. That assumption is questionable.

Note that on windows, GetLocaleInfo from winnls.h header is used. That is a Win32 API function.

Merge request reports