Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-compiler-and-rts
stdenv
Commits
1ca5710f
Commit
1ca5710f
authored
Dec 02, 1999
by
Peter Achten
Browse files
(PA) additional library for compatibility with Clean 1.3.2 distribution
parent
d78c66d9
Changes
4
Hide whitespace changes
Inline
Side-by-side
ObjectIO/ObjectIO/OS Windows/Clean System Files/gdiExt_library
0 → 100644
View file @
1ca5710f
gdi32.dll
StartPage@4
StartDocA@8
EndPage@4
EndDoc@4
StretchBlt@44
SetPixel@16
GetPixel@12
CreateCompatibleDC@4
DPtoLP@12
GetTextExtentPointA@16
CreateFontA@56
ObjectIO/ObjectIO/OS Windows/Clean System Files/kernelExt_library
0 → 100644
View file @
1ca5710f
kernel32.dll
GetProcAddress@8
LoadLibraryA@4
GetModuleHandleA@4
OutputDebugStringA@4
LockResource@4
LoadResource@8
FindResourceA@12
_lclose@4
_lread@12
_lopen@8
MulDiv@12
ObjectIO/ObjectIO/OS Windows/Clean System Files/userExt_library
0 → 100644
View file @
1ca5710f
user32.dll
ShowScrollBar@12
RedrawWindow@16
WaitMessage@0
LoadImageA@24
TrackPopupMenu@28
GetNextDlgTabItem@12
ScrollDC@28
ShowCursor@4
ObjectIO/ObjectIO/OS Windows/clCrossCall_12.icl
View file @
1ca5710f
...
...
@@ -12,7 +12,10 @@ import code from library "advapi32_library",
library
"shell32_library"
,
library
"winmm_library"
,
library
"winspool_library"
,
library
"wsock_library"
library
"wsock_library"
,
library
"kernelExt_library"
,
library
"gdiExt_library"
,
library
"userExt_library"
/* PA: these imports have been moved from gameCrossCall_12. */
import
code
from
"cGameLib_12.obj"
,
"cOSGameLib_12.obj"
,
"ddutil.obj"
,
"Dsutil.obj"
import
code
from
library
"ddraw_library"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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