~ubuntu-branches/ubuntu/saucy/wine1.2/saucy

« back to all changes in this revision

Viewing changes to dlls/krnl386.exe16/dosexe.c

  • Committer: Bazaar Package Importer
  • Author(s): Scott Ritchie
  • Date: 2010-12-06 00:21:37 UTC
  • mfrom: (1.1.17 upstream)
  • Revision ID: james.westby@ubuntu.com-20101206002137-ywazcomhqf97iw3c
Tags: 1.2.2-0ubuntu1
* New upstream release (LP: #685474)
  - Support for animated cursors. 
  - Translation updates.
  - Various bug fixes. (LP: #665270)
* Add Japanese font aliases to workaround lack of fontconfig substitution
* Recommend requisite umefont as a default (same as Crossover)
* Conflict with "wine" << 1.2.1 to prevent upgrade failures from very old
  ppa packages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
643
643
 
644
644
      if (GetLastError() == ERROR_NOT_SUPPORTED)
645
645
          MESSAGE( "wine: Cannot start DOS application %s\n"
646
 
                   "      because vm86 mode is not supported on this platform.\n",
 
646
                   "      because vm86 mode is not supported on this platform.\n"
 
647
                   "      Try running the application with DOSBox.\n",
647
648
                   debugstr_a(env) );
648
649
      else
649
650
          FIXME( "vm86 mode failed error %u\n", GetLastError() );