2025-04-27 07:49:33 -04:00

28 lines
633 B
Plaintext

__foldwin32sstuff __foldwin32sstuff;
foldstyleinitialization = true;
/* Pkpd 2.0 Callback thunks for Win32C
Notes:
- the format is:
BOOL Foo(HDC, INT, INT)
{
}
*/
enablemapdirect1632 = true;
flatthunks = true;
#include "types.thk" /* \win\core\thunk\types.thk */
#include "pdtypes.thk"
/***************** Pendata Callbacks ****************************************/
BOOL AnimateProcTW(HPENDATA hpndt, UINT iStrk, UINT cPnt,
LPUINT lpuSpeedPct, LPARAM lParam, DWORD dwExtra /* additional param */)
{
target = Callback24; // 24 == count of bytes in params
}