Identify type of executable in Windows
For Windows, this just uses the RUNTIME_PORT_ID hook that was already in the code to identify which executable you are running Mike
This commit is contained in:
@@ -109,6 +109,10 @@ extern void FDECL(interject, (int));
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#define RUNTIME_PORT_ID /* trigger run-time port identification for
|
||||
* identification of exe CPU architecture
|
||||
*/
|
||||
|
||||
/* The following is needed for prototypes of certain functions */
|
||||
#if defined(_MSC_VER)
|
||||
#include <process.h> /* Provides prototypes of exit(), spawn() */
|
||||
|
||||
Reference in New Issue
Block a user