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.

12 lines
188 B

  1. #ifndef __DISPTABLE__
  2. #define __DISPTABLE__
  3. #include "dispdef.hxx"
  4. extern char *g_HelpTable[];
  5. extern int g_nHelpTable;
  6. extern DISPENTRY g_DispTable[];
  7. extern int g_nDispTable;
  8. #endif