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.

19 lines
249 B

  1. #include <stdlib.h>
  2. typedef struct
  3. {
  4. VOID *pgmcol;
  5. WORD lvl;
  6. INT msg;
  7. WPARAM wp1;
  8. LPARAM wp2;
  9. LRESULT wResult;
  10. } MDBG;
  11. #define imdbgMax 500
  12. VOID PrintCardMacs( GM * );
  13. BOOL FSetGameNo( VOID );
  14. VOID InitDebug( VOID );