Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
136
for
trunk/orca/win32
View differences
inline
side by side
Show
lines around each change
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
05/04/06 15:39:15 (
3 years
ago)
Author:
krobillard
Message:
Orca - Added os_call config option.
Files:
1 modified
trunk/orca/win32/os.c
(modified)
(
3 diffs
)
Legend:
Unmodified
Added
Removed
trunk/orca/win32/os.c
r98
r136
210
210
}
211
211
212
213
#ifdef OR_CONFIG_OS_CALL
212
214
213
215
#define REF_CALL_OUTPUT a1+1
…
…
373
375
374
376
375
void orCallNative( OValue* a1
)
377
OR_NATIVE_PUB( orCallNative
)
376
378
{
377
379
if( a1->type != OT_STRING )
…
…
390
392
}
391
393
}
394
#endif
392
395
393
396
Download in other formats:
Unified Diff
Zip Archive