mirror of
https://github.com/open-simh/simh.git
synced 2026-05-04 23:25:46 +00:00
Fixed misspelled include guard for the definition of SERHANDLE.
This commit is contained in:
@@ -73,8 +73,8 @@
|
|||||||
|
|
||||||
#endif /* OS variants */
|
#endif /* OS variants */
|
||||||
|
|
||||||
#ifndef SERHANDLE_DEFINED
|
#ifndef SIMH_SERHANDLE_DEFINED
|
||||||
#define SERHANDLE_DEFINED 0
|
#define SIMH_SERHANDLE_DEFINED 0
|
||||||
#if defined (_WIN32) /* Windows definitions */
|
#if defined (_WIN32) /* Windows definitions */
|
||||||
typedef void *SERHANDLE;
|
typedef void *SERHANDLE;
|
||||||
#else /* all other platforms */
|
#else /* all other platforms */
|
||||||
|
|||||||
Reference in New Issue
Block a user