mirror of
https://github.com/open-simh/simh.git
synced 2026-01-14 07:40:35 +00:00
Fixed misspelled include guard for the definition of SERHANDLE.
This commit is contained in:
parent
d5ca542102
commit
665e995ae0
@ -73,8 +73,8 @@
|
||||
|
||||
#endif /* OS variants */
|
||||
|
||||
#ifndef SERHANDLE_DEFINED
|
||||
#define SERHANDLE_DEFINED 0
|
||||
#ifndef SIMH_SERHANDLE_DEFINED
|
||||
#define SIMH_SERHANDLE_DEFINED 0
|
||||
#if defined (_WIN32) /* Windows definitions */
|
||||
typedef void *SERHANDLE;
|
||||
#else /* all other platforms */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user