~ubuntu-branches/ubuntu/quantal/virtualbox/quantal

« back to all changes in this revision

Viewing changes to src/VBox/Runtime/r3/win/process-win.cpp

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2012-05-29 10:09:31 UTC
  • mfrom: (3.1.15 sid)
  • Revision ID: package-import@ubuntu.com-20120529100931-2xayrbh5hyzm6e9p
Tags: 4.1.16-dfsg-1
* New upstream release.
* Drop 37-fix-build-gcc47.patch, fixed upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
295
295
            rc = VERR_AUTHENTICATION_FAILURE;
296
296
            break;
297
297
 
 
298
        case ERROR_FILE_CORRUPT:
 
299
            rc = VERR_BAD_EXE_FORMAT;
 
300
            break;
 
301
 
298
302
        default:
299
303
            /* Could trigger a debug assertion! */
300
304
            rc = RTErrConvertFromWin32(dwError);