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.

13 lines
266 B

  1. #ifndef ENUMCORE_DEFINED
  2. #define ENUMCORE_DEFINED
  3. #include "lsidefs.h"
  4. #include "lsdnode.h"
  5. #include "plssubl.h"
  6. LSERR EnumSublineCore(PLSSUBL plssubl, BOOL fReverseOrder, BOOL fGeometryNeeded,
  7. const POINT* pptOrg, long upLeftIndent);
  8. #endif