Skip to content

Commit

Permalink
yes
Browse files Browse the repository at this point in the history
  • Loading branch information
larziwau authored Dec 20, 2024
1 parent c33d97d commit 498be51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/os/windows/misc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ static std::string getMachineGuid() {
return std::string(data, data + dataSize - 1);
}

// thanks to Prevter - https://github.com/Prevter/BetterCrashlogs/blob/bf6ae0056cdfed6fc9ec3612387c1751d6807707/src/utils/hwinfo.cpp#L62
// thanks to Prevter - https://github.com/Prevter/BetterCrashlogs/blob/main/src/utils/hwinfo.cpp#L60
static std::string getCPUName() {
std::array<int, 4> integerBuffer = {};
constexpr size_t sizeofIntegerBuffer = sizeof(int) * integerBuffer.size();
Expand Down

0 comments on commit 498be51

Please sign in to comment.