Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: joyent/libuv
base: 4bdb7d837ad9
Choose a base ref
...
head repository: joyent/libuv
compare: a294e3c8d30a
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Aug 1, 2013

  1. windows: fix mingw32 build, define JOB_OBJECT_XXX

    mingw32 doesn't have the JOB_OBJECT_XXX defines. Provide them ourselves
    when they are not already defined.
    
    This is possibly only an issue with older versions of mingw32 because
    mingw-w64 2.0 _does_ export the defines.
    mattn authored and bnoordhuis committed Aug 1, 2013
    Copy the full SHA
    a5a9b41 View commit details
    Browse the repository at this point in the history
  2. windows: fix mingw32 build, include limits.h

    src/win/process uses INT_MAX so include limits.h.
    mattn authored and bnoordhuis committed Aug 1, 2013
    Copy the full SHA
    a294e3c View commit details
    Browse the repository at this point in the history