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.

11 lines
205 B

  1. #ifndef GPROP_DEFINED
  2. #define GPROP_DEFINED
  3. #include "lsdefs.h"
  4. typedef WORD GPROP;
  5. typedef GPROP* PGPROP;
  6. typedef const GPROP* PCGPROP;
  7. #endif /* !GPROPS_DEFINED */