-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMacExternalCall.h
More file actions
executable file
·44 lines (24 loc) · 1.02 KB
/
MacExternalCall.h
File metadata and controls
executable file
·44 lines (24 loc) · 1.02 KB
1
/* *************************************************************************** PROJECT: C++ XFromApp FILE: MacExternalCall.h PURPOSE: Load an external on Mac. COPYRIGHT: (C) Copyright 2001 by M. Uli Kusterer, all rights reserved. REACH ME AT: E-MAIL: witness@zathras.de URL: http://www.zathras.de REVISIONS: 2001-02-15 UK Created. ************************************************************************ */#ifndef MACEXTERNALCALL_H#define MACEXTERNALCALL_H#pragma mark [Headers]/* -------------------------------------------------------------------------------- Headers: ----------------------------------------------------------------------------- */#include "KExternalCall.h"#pragma mark [Prototypes]/* -------------------------------------------------------------------------------- Prototypes: ----------------------------------------------------------------------------- */XCMDProcUPP GetMacintoshExternal( bool isFcn, const char* theName );#endif /*MACEXTERNALCALL_H*/