mirror of
https://github.com/jmarshall23/msword.git
synced 2026-08-12 08:01:05 +02:00
8932607951
Fixed numerous display issues. Fixed numerous windows messaging issues.
16 lines
346 B
Haskell
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)
|