Typo...
This commit is contained in:
parent
be5d92e014
commit
bc596a7418
2
e_os.h
2
e_os.h
@ -404,7 +404,7 @@ extern HINSTANCE _hInstance;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(sun) && !defined(__svr4__) && !defined(__SVR4)
|
#if defined(sun) && !defined(__svr4__) && !defined(__SVR4)
|
||||||
#define memmove(s1,s2,b) bcopy((s2),(s1),(n))
|
#define memmove(s1,s2,n) bcopy((s2),(s1),(n))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/***********************************************/
|
/***********************************************/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user