mirror of
https://github.com/simh/simh.git
synced 2026-04-17 00:36:00 +00:00
Changed use of compile #defines which start with a _ character to not do this since defined symbols starting with _ are reserved to local compiler/runtime implementations in the C language. This addresses issue #32
This commit is contained in:
@@ -43,8 +43,8 @@
|
||||
16-Sep-01 RMS Added Macintosh support from Peter Schorn
|
||||
*/
|
||||
|
||||
#ifndef _SIM_SOCK_H_
|
||||
#define _SIM_SOCK_H_ 0
|
||||
#ifndef SIM_SOCK_H_
|
||||
#define SIM_SOCK_H_ 0
|
||||
|
||||
#if defined (_WIN32) /* Windows */
|
||||
#include <winsock2.h>
|
||||
|
||||
Reference in New Issue
Block a user