Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
HybridOS
hiSVG
Commits
fe7f2306
Commit
fe7f2306
authored
May 13, 2021
by
XueShuming
Browse files
main -> MiniGUIMain
parent
dd8063d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/svg2png.c
View file @
fe7f2306
...
...
@@ -6,8 +6,13 @@
#include "hisvg.h"
#include "hisvg-common.h"
#include <minigui/common.h>
#include <minigui/minigui.h>
#include <minigui/gdi.h>
#include <minigui/window.h>
int
main
(
int
argc
,
char
*
argv
[])
int
MiniGUIMain
(
int
argc
,
const
char
*
argv
[])
{
if
(
argc
<
2
)
{
fprintf
(
stderr
,
"usage: svg2png name.svg
\n
"
);
...
...
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