sointu toimii!

This commit is contained in:
2024-06-02 21:24:14 +03:00
parent 8c1fe50342
commit 1c6b4cdc7e
46 changed files with 7585 additions and 3150 deletions

View File

@ -266,7 +266,7 @@ extern __imp__CreateFontA@56
; SelectObject@8 HGDIOBJ SelectObject(HDC hdc, HGDIOBJ h)
extern _SelectObject@8
extern __imp__SelectObject@8
; EHK<48> SetBkColor@8 COLORREF SetBkColor(HDC hdc, COLORREF color)
; EHK<48> SetBkColor@8 COLORREF SetBkColor(HDC hdc, COLORREF color)
extern _SetBkColor@8
extern __imp__SetBkColor@8
; SetTextColor@8 COLORREF SetTextColor(HDC hdc, COLORREF color)
@ -389,7 +389,7 @@ main:
push 0
push 0
push rendered_audio_data + (AUDIO_DELAY * 4)
push __4klang_render@4
push _su_render_song@4
push 0
push 0
call [__imp__CreateThread@24]
@ -536,7 +536,7 @@ section .cdennn
section .text
; the __imp__ versions refer to the corresponding import address table entries
extern __4klang_render@4
extern _su_render_song@4
extern _CreateThread@24
extern __imp__CreateThread@24