1. 24 Dec, 1998 17 commits
  2. 18 Dec, 1998 18 commits
  3. 15 Dec, 1998 5 commits
    • Huw D M Davies's avatar
      Fix GetTempPath32 if count=0. · a03f0641
      Huw D M Davies authored
      a03f0641
    • Todd Vierling's avatar
      - add -lossaudio if needed, and a check for <soundcard.h>, to configure.in · ecc7669d
      Todd Vierling authored
        (run autoconf after this).  Note that the check has been altered to break
        out of the AC_CHECK_HEADERS after the first match - this is so
        <sys/soundcard.h>, if found on NetBSD (a `real' OSS), will not conflict
        with the emulated ossaudio.
      - check for <soundcard.h> along with the other two in a mutually-exclusive
        manner in the various *.c files that need it; change include of
        "mmsystem.h" to "multimedia.h" so this logic is all in one place
      - change mcicda.c to allow for CD audio manipulation on NetBSD.  This
        includes:
        * changing ioctl() calls to be NON-SPLIT with exactly 3 args; on NetBSD
          ossaudio, ioctl() is #defined to be _oss_ioctl by <soundcard.h>, and
          neither splitting with #-directives nor a two-arg ioctl work;
        * changing the #if logic to allow both FreeBSD and NetBSD to share the
          appropriate code blocks
      - block out MIDI code for NetBSD (init.c) and/or missing SNDCTL_MIDI_INFO
        (midi.c, mcimidi.c).  NetBSD's OSS emulation does not (yet) support MIDI.
      Thanks go to mycroft@netbsd.org for the 99% bulk of this work.
      ecc7669d
    • Dirk Thierbach's avatar
      Set the class hints for managed windows. · 9824ec40
      Dirk Thierbach authored
      9824ec40
    • Juergen Schmied's avatar
      Bugfix: GetFullPathName sets lpFilePart only when the last element · 30f503fd
      Juergen Schmied authored
      does not end with '\'.
      30f503fd
    • Paul Quinn's avatar
      Lots of new defines and stubs. · 1beaae5f
      Paul Quinn authored
      1beaae5f