Source code of Windows XP (NT5)
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
185 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 */