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
Vincent Wei
minigui
Wiki
Writing MiniGUI Apps for 64 bit Platforms
Writing MiniGUI Apps for 64 bit Platforms
· Changes
Page history
more words
authored
Jul 26, 2019
by
Vincent Wei
Hide whitespace changes
Inline
Side-by-side
Writing-MiniGUI-Apps-for-64-bit-Platforms.md
View page @
b37a867e
...
@@ -260,7 +260,7 @@ typedef BOOL (* TIMERPROC)(HWND, LINT, DWORD)
...
@@ -260,7 +260,7 @@ typedef BOOL (* TIMERPROC)(HWND, LINT, DWORD)
## Writing Portable Code
## Writing Portable Code
In this section, we give some tips
for
writ
ing
portable code.
In this section, we give some tips
to
writ
e
portable code.
### Use correct data types
### Use correct data types
...
...