Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
ygopro
Commits
51aa8940
Commit
51aa8940
authored
Jul 30, 2017
by
mercury233
2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
7d42cdb9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
gframe/config.h
gframe/config.h
+1
-0
gframe/gframe.cpp
gframe/gframe.cpp
+1
-2
No files found.
gframe/config.h
View file @
51aa8940
...
...
@@ -28,6 +28,7 @@
#include <arpa/inet.h>
#include <netdb.h>
#include <unistd.h>
#include <locale.h>
#define SD_BOTH 2
#define SOCKET int
...
...
gframe/gframe.cpp
View file @
51aa8940
...
...
@@ -2,7 +2,6 @@
#include "game.h"
#include "data_manager.h"
#include <event2/thread.h>
#include <locale.h>
int
enable_log
=
0
;
bool
exit_on_return
=
false
;
...
...
@@ -35,7 +34,7 @@ void ClickButton(irr::gui::IGUIElement* btn) {
int
main
(
int
argc
,
char
*
argv
[])
{
#ifndef _WIN32
setlocale
(
LC_CTYPE
,
"UTF-8"
);
setlocale
(
LC_CTYPE
,
"UTF-8"
);
#endif
#ifdef _WIN32
#ifndef _DEBUG
...
...
Chen Bill
@salix5
mentioned in commit
44657e35
·
Jun 17, 2024
mentioned in commit
44657e35
mentioned in commit 44657e35fc40efb92efd92b4d81412d009bb4ac5
Toggle commit list
Chen Bill
@salix5
mentioned in commit
790252e6
·
Jun 28, 2024
mentioned in commit
790252e6
mentioned in commit 790252e650e4670bc7343889fede8d9ce4e23726
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment