update for HEAD-2003091401
[reactos.git] / apps / tests / tests / volinfo / volinfo.c
index bc639d1..bc99044 100644 (file)
@@ -5,8 +5,7 @@
 #include <stdio.h>
 #include <string.h> /* for strcat() */
 
-int PASCAL WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
-                   LPSTR lpszCmdLine, int nCmdShow)
+int main(void)
 {
     char  drive, root[]="C:\\", label[1002], fsname[1002];
     DWORD serial, flags, filenamelen, labellen = 1000, fsnamelen = 1000;