You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
350 B
19 lines
350 B
#ifndef LSGRCHNK_DEFINED
|
|
#define LSGRCHNK_DEFINED
|
|
|
|
#include "lsidefs.h"
|
|
#include "lschnke.h"
|
|
|
|
#define fcontNonTextBefore 1
|
|
#define fcontExpandBefore 2
|
|
#define fcontNonTextAfter 4
|
|
#define fcontExpandAfter 8
|
|
|
|
typedef struct lsgrchnk
|
|
{
|
|
DWORD clsgrchnk;
|
|
PLSCHNK plschnk;
|
|
DWORD* pcont;
|
|
} LSGRCHNK;
|
|
|
|
#endif /* !LSGRCHNK_DEFINED */
|