macosx: use bzero instead of ZeroMemory

This commit is contained in:
tmkk 2017-10-29 15:01:54 +09:00
parent 179e5a6ad6
commit c63fda3400
1 changed files with 1 additions and 1 deletions

View File

@ -3210,7 +3210,7 @@ static void Initialize (void)
NSApplicationLoad(); NSApplicationLoad();
ZeroMemory(&Settings, sizeof(Settings)); bzero(&Settings, sizeof(Settings));
Settings.MouseMaster = true; Settings.MouseMaster = true;
Settings.SuperScopeMaster = true; Settings.SuperScopeMaster = true;
Settings.JustifierMaster = true; Settings.JustifierMaster = true;