# | Line 79 | Line 79 | typedef struct { | |
---|---|---|
79 | extern LUTAB ofiletab; /* output stream table */ | |
80 | ||
81 | #ifndef MAXPROCESS | |
82 | < | #ifdef _WIN32 |
82 | > | #if defined(_WIN32) || defined(_WIN64) |
83 | #define MAXPROCESS 1 | |
84 | #else | |
85 | #define MAXPROCESS 128 | |
# | Line 104 | Line 104 | extern STREAMOUT * getostream(const char *ospec, const | |
104 | ||
105 | extern void mod_output(MODCONT *mp); | |
106 | extern void end_record(void); | |
107 | – | |
108 | – | extern void set_eparams(char *prms); |
107 | ||
108 | extern MODCONT *addmodifier(char *modn, char *outf, | |
109 | char *prms, char *binv, int bincnt); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |