• R/O
  • HTTP
  • SSH
  • HTTPS

Liste der Commits

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

A tool to display MS-Windows locale information


RSS
Rev. Zeit Autor
2d5604d master 2019-03-07 07:09:34 Keith Marshall

Implement an automated build system.

* configure.ac Makefile.in: New files.

558e2a9 2019-03-05 06:59:17 Keith Marshall

Segregate Windows version dependencies into a DLL.

* locale-info.c [BUILD_DLL] (query_locale_info): Compile it, and all
of its supporting static functions, as an exported function, which is
to be encapsulated within an arbitrarily named DLL.
[! BUILD_DLL] (main): Compile this function only; use LoadLibrary(),
and GetProcAddress(), to direct execution to the query_locale_info()
function, assuming that this has been compiled into a DLL named...
* locale-info.dll: ...thus.

56ea875 2019-03-03 20:18:07 Keith Marshall

Check GetLocaleInfoEx() API availability.

* locale-info.c (main): Rename it to...
(query_locale_info): ...this; call it conditionally, from...
(main): ...a subsequent reimplementation of this, provided that...
[(dll = GetModuleHandle ("kernel32.dll"))]: ...first this, and then...
[GetProcAddress (dll, "GetLocaleInfoEx")]: ...this is non-NULL.

314a8f3 2019-03-03 07:02:16 Keith Marshall

Remove redundant output helper code.

* locale-info.c (report) [#if 0]: Delete disabled code block.

a60ae0c b913cefc452251aa0b0ad411bf5de198630f1347 2019-02-10 20:18:54 Keith Marshall

Initial commit.

* locale-info.c: New file.