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,8 +1,7 @@
/* Helper to simulate standard argv[] semantics with WinMain. */
#ifndef CommandLine_H
#define CommandLine_H
/** @brief Helper to simulate standard argv[] semantics with WinMain. */
int GetWin32CmdLine( char** &argv );
#endif