Source code of Windows XP (NT5)
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.

8 lines
179 B

  1. #ifndef PPOSICHN_DEFINED
  2. #define PPOSICHN_DEFINED
  3. struct posichnk;
  4. typedef const struct posichnk* PCPOSICHNK;
  5. typedef struct posichnk* PPOSICHNK;
  6. #endif /* !PPOSICHN_DEFINED */