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.

8 lines
187 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 */