VirtualBox

Changeset 504 in kBuild


Ignore:
Timestamp:
Sep 15, 2006 5:22:02 AM (18 years ago)
Author:
bird
Message:

Made it build on windows.

Location:
trunk/src/gmake
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmake/job.c

    r503 r504  
    568568            {
    569569              pid = completed_child->pid;
     570# if defined(WINDOWS32)
     571              exit_code = completed_child->status;
     572              exit_sig = 0;
     573              coredump = 0;
     574# else
    570575              status = (WAIT_T)completed_child->status;
     576# endif
    571577            }
    572578          else
  • trunk/src/gmake/variable.c

    r503 r504  
    105105
    106106#ifdef KMK
     107# ifdef _MSC_VER
     108#  define inline _inline
     109typedef signed int int32_t;
     110typedef signed short int int16_t;
     111# endif
    107112static inline unsigned long variable_hash_b(register const unsigned char *var, register int length)
    108113{
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette