mirror of https://github.com/BOINC/boinc.git
- win compile fixes
svn path=/trunk/boinc/; revision=24118
This commit is contained in:
parent
b16f603a8a
commit
1aa8675162
|
@ -135,8 +135,6 @@ int procinfo_setup(PROC_MAP& pm) {
|
|||
osvi.dwOSVersionInfoSize = sizeof(osvi);
|
||||
GetVersionEx(&osvi);
|
||||
|
||||
pi.clear();
|
||||
|
||||
switch(osvi.dwPlatformId) {
|
||||
case VER_PLATFORM_WIN32_WINDOWS:
|
||||
// Win95, Win98, WinME
|
||||
|
|
|
@ -985,6 +985,10 @@
|
|||
RelativePath="..\lib\proc_control.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\procinfo.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\procinfo.h"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue