Ignore:
Timestamp:
Oct 8, 2007, 3:46:07 AM (18 years ago)
Author:
bird
Message:

removed all the fake header files on windows.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/shell.h

    r1218 r1226  
    5353#define ___shell_h
    5454
    55 #include <sys/param.h>
     55#ifndef _MSC_VER
     56# include <sys/param.h>
     57#endif
    5658
    5759#define JOBS 1
Note: See TracChangeset for help on using the changeset viewer.