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.
12 lines
287 B
12 lines
287 B
#ifndef DISPTEXT_DEFINED
|
|
#define DISPTEXT_DEFINED
|
|
|
|
#include "lsidefs.h"
|
|
#include "pdobj.h"
|
|
#include "pdispi.h"
|
|
#include "lskjust.h"
|
|
|
|
LSERR WINAPI DisplayText(PDOBJ, PCDISPIN);
|
|
LSERR WINAPI CalcPresentationText(PDOBJ, long, LSKJUST, BOOL);
|
|
|
|
#endif /* ndef DISPTEXT_DEFINED */
|