mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 05:08:56 +00:00
Replaced "#ifdef WIN32" with "#ifdef _WIN32"
This commit is contained in:
parent
fea11f0fa4
commit
c7f5aab625
2 changed files with 4 additions and 4 deletions
|
@ -269,7 +269,7 @@ int main(int argc, char **argv)
|
|||
log_hasher = nullptr;
|
||||
|
||||
log_spacer();
|
||||
#ifdef WIN32
|
||||
#ifdef _WIN32
|
||||
log("End of script. Logfile hash: %s\n", hash.c_str());
|
||||
#else
|
||||
struct rusage ru_buffer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue