CVS: winex/dlls/psapi psapi_main.c,1.7,1.8
[email protected] 12 Sep 2007 12:13:20 -0000
| Newsgroups | gmane.comp.emulators.winex.cvs |
|---|---|
| Message-ID | <[email protected]> |
Subject: winex/dlls/psapi psapi_main.c,1.7,1.8Update of /var/lib/cvsd/cvsroot/winex/dlls/psapi In directory agravaine:/tmp/cvs-serv6016/dlls/psapi Modified Files: psapi_main.c Log Message: - added some extra empty lines to the psapi_main.c file in an effort to separate a patch :P. No code changes were made here Index: psapi_main.c =================================================================== RCS file: /var/lib/cvsd/cvsroot/winex/dlls/psapi/psapi_main.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- psapi_main.c 31 Jul 2007 19:42:58 -0000 1.7 +++ psapi_main.c 12 Sep 2007 12:13:18 -0000 1.8 @@ -246,6 +246,9 @@ return 0; } + + + /*********************************************************************** * GetModuleBaseNameA (PSAPI.@) */ @@ -356,6 +359,9 @@ return 0; } + + + /*********************************************************************** * GetModuleInformation (PSAPI.@) */