Files
msword/src/port/original/chgpr.hs
T
Justin Marshall 8932607951 Fixed memory alignment bugs.
Fixed numerous display issues.
Fixed numerous windows messaging issues.
2026-08-06 10:50:51 -07:00

16 lines
346 B
Haskell

#pragma once
/* Compile contract reconstructed from Opus/dlg/chgpr.des. */
#define tmcChgPrLb (tmcUserMin + 0)
#define tmcChgPrSetup (tmcUserMin + 1)
typedef struct _CABCHGPR
{
CABH cabh;
WORD sab;
CHAR **hszLb;
} CABCHGPR;
typedef CABCHGPR **HCABCHGPR;
#define cabiCABCHGPR Cabi((sizeof(CABCHGPR) + sizeof(WORD) - 1) / sizeof(WORD), 1)