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.

9 lines
132 B

  1. #ifndef PLSEMS_DEFINED
  2. #define PLSEMS_DEFINED
  3. struct lsems;
  4. typedef struct lsems* PLSEMS;
  5. #endif /* !PLSEMS_DEFINED */