mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-09-11 13:06:43 -04:00
5 lines
114 B
C
5 lines
114 B
C
void __stdcall unpack(void* packed_data, void* unpacked_data);
|
|
|
|
asm{
|
|
include '..\..\include\kos_unpack.inc'
|
|
} |