Fix GCC build (ISO C++ not allows unnamed structures)

This commit is contained in:
Stas Degteff 2005-10-07 12:11:09 +00:00
parent d52a0df653
commit 3177d92420

View File

@ -241,7 +241,7 @@ void gcpuid(gcpu_info *pinfo)
DWORD dw0; DWORD dw0;
DWORD dw1; DWORD dw1;
DWORD dw2; DWORD dw2;
}; } dw;
} vendor; } vendor;
DWORD standard = 0; DWORD standard = 0;