Leaked source code of windows server 2003
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

  1. #ifndef DISPTEXT_DEFINED
  2. #define DISPTEXT_DEFINED
  3. #include "lsidefs.h"
  4. #include "pdobj.h"
  5. #include "pdispi.h"
  6. #include "lskjust.h"
  7. LSERR WINAPI DisplayText(PDOBJ, PCDISPIN);
  8. LSERR WINAPI CalcPresentationText(PDOBJ, long, LSKJUST, BOOL);
  9. #endif /* ndef DISPTEXT_DEFINED */