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.

12 lines
236 B

  1. #ifndef TXTGINF_DEFINED
  2. #define TXTGINF_DEFINED
  3. #include "lsidefs.h"
  4. #define ginffFirstInContext 1
  5. #define ginffLastInContext 2
  6. #define ginffOneToOne 4
  7. typedef BYTE TXTGINF;
  8. #endif /* !TXTGINF_DEFINED */