hugoif / hugo-unix

A fork of Bill Lash's Hugo port, originally hosted at https://bitbucket.org/0branch/hugo-unix. Further info and downloads: http://www.generalcoffee.com/hugo/gethugo.html.
BSD 2-Clause "Simplified" License
7 stars 5 forks source link

Fixes for Windows Glk builds #5

Closed cspiegel closed 1 year ago

cspiegel commented 1 year ago

This does three things:

  1. Calls winglk_startup_code() with a string argument as required by Windows Glk
  2. Passes a DWORD* as the last argument to RegQueryValueEx()
  3. Includes WinGlk.h instead of winglk.h
curiousdannii commented 1 year ago

Thanks!