14 lines
254 B
C
14 lines
254 B
C
#ifndef DEBUG_INFO_HUNT_H
|
|
#define DEBUG_INFO_HUNT_H
|
|
|
|
/* We want debug information; Windows makes us hunt for it. */
|
|
void SearchForDebugInfo();
|
|
|
|
#endif
|
|
|
|
/*
|
|
* Copyright (c) 2003 by the person(s) listed below. All rights reserved.
|
|
*
|
|
* Glenn Maynard
|
|
*/
|