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 -2
View File
@@ -1,5 +1,3 @@
/* AppInstance - get an HINSTANCE for starting dialog boxes. */
#ifndef APP_INSTANCE_H
#define APP_INSTANCE_H
@@ -7,6 +5,7 @@
# include "windows.h"
#endif
/** @brief get an HINSTANCE for starting dialog boxes. */
class AppInstance
{
public: