Changeset 136 for trunk/orca/win32/os.c

Show
Ignore:
Timestamp:
05/04/06 15:39:15 (3 years ago)
Author:
krobillard
Message:

Orca - Added os_call config option.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/orca/win32/os.c

    r98 r136  
    210210} 
    211211 
     212 
     213#ifdef OR_CONFIG_OS_CALL 
    212214 
    213215#define REF_CALL_OUTPUT     a1+1 
     
    373375 
    374376 
    375 void orCallNative( OValue* a1 ) 
     377OR_NATIVE_PUB( orCallNative ) 
    376378{ 
    377379    if( a1->type != OT_STRING ) 
     
    390392    } 
    391393} 
     394#endif 
    392395 
    393396