Leaked source code of windows server 2003

11 lines
196 B

  1. #ifndef GMAP_DEFINED
  2. #define GMAP_DEFINED
  3. #include "lsdefs.h"
  4. typedef WORD GMAP;
  5. typedef GMAP* PGMAP;
  6. typedef const GMAP* PCGMAP;
  7. #endif /* !GMAP_DEFINED */