archutils\Win32\ cleanup and comment

This commit is contained in:
AJ Kelly
2011-02-23 22:59:15 -06:00
parent 7cfe2844a9
commit 2153ba0dae
18 changed files with 267 additions and 300 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef DEBUG_INFO_HUNT_H
#define DEBUG_INFO_HUNT_H
/* We want debug information; Windows makes us hunt for it. */
/** @brief We want debug information; Windows makes us hunt for it. */
void SearchForDebugInfo();
#endif