Typo...
This commit is contained in:
parent
be5d92e014
commit
bc596a7418
1 changed files with 1 additions and 1 deletions
2
e_os.h
2
e_os.h
|
@ -404,7 +404,7 @@ extern HINSTANCE _hInstance;
|
|||
#endif
|
||||
|
||||
#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
|
||||
|
||||
/***********************************************/
|
||||
|
|
Loading…
Reference in a new issue