mirror of
https://github.com/reactos/reactos.git
synced 2025-04-08 06:44:55 +00:00

- Create a branch to do a proper merge of USB work from a trunk base instead of from cmake-bringup - In the future, DO NOT under any circumstances branch another branch. This leads to merge problems! svn path=/branches/usb-bringup-trunk/; revision=55018
12 lines
585 B
Python
12 lines
585 B
Python
@ stdcall CopyLZFile(long long) kernel32.CopyLZFile
|
|
@ stdcall GetExpandedNameA(str ptr) kernel32.GetExpandedNameA
|
|
@ stdcall GetExpandedNameW(wstr ptr) kernel32.GetExpandedNameW
|
|
@ stdcall LZClose(long) kernel32.LZClose
|
|
@ stdcall LZCopy(long long) kernel32.LZCopy
|
|
@ stdcall LZDone() kernel32.LZDone
|
|
@ stdcall LZInit(long) kernel32.LZInit
|
|
@ stdcall LZOpenFileA(str ptr long) kernel32.LZOpenFileA
|
|
@ stdcall LZOpenFileW(wstr ptr long) kernel32.LZOpenFileW
|
|
@ stdcall LZRead(long ptr long) kernel32.LZRead
|
|
@ stdcall LZSeek(long long long) kernel32.LZSeek
|
|
@ stdcall LZStart() kernel32.LZStart
|