Minor mods.
[reactos.git] / reactos / apps / utils / ps / ps.cpp
index 568b053..59ed31f 100644 (file)
@@ -4,7 +4,7 @@
 static char* title = "     PID   PARENT  TIME NAME\n";
 char buf[256];
 
 static char* title = "     PID   PARENT  TIME NAME\n";
 char buf[256];
 
-void main()
+int main()
 {
   HANDLE stdout = GetStdHandle(STD_OUTPUT_HANDLE);
 
 {
   HANDLE stdout = GetStdHandle(STD_OUTPUT_HANDLE);
 
@@ -39,4 +39,13 @@ void main()
   } while( Process32Next(pl,&pe));
 
   CloseHandle(pl);
   } while( Process32Next(pl,&pe));
 
   CloseHandle(pl);
-}
\ No newline at end of file
+}
+/*
+WINBOOL
+STDCALL
+FileTimeToDosDateTime(
+                     CONST FILETIME *lpFileTime,
+                     LPWORD lpFatDate,
+                     LPWORD lpFatTime
+                     );
+ */