Skip to content

Commit

Permalink
Merge pull request sakura-editor#694 from beru/missing_include
Browse files Browse the repository at this point in the history
#include <locale.h> 追加
  • Loading branch information
beru authored Dec 11, 2018
2 parents 58b920b + d17f28c commit 0003b94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions sakura_core/_main/WinMain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

#include "StdAfx.h"
#include <Ole2.h>
#include <locale.h>
#include "CProcessFactory.h"
#include "CProcess.h"
#include "util/os.h"
Expand Down
1 change: 1 addition & 0 deletions sakura_core/util/string_ex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include "charset/charcode.h"
#include "util/std_macro.h"
#include <limits.h>
#include <locale.h>

int __cdecl my_internal_icmp( const char *s1, const char *s2, unsigned int n, unsigned int dcount, bool flag );

Expand Down

0 comments on commit 0003b94

Please sign in to comment.