1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03:00

Temporary fix for __dso_handle issue

#39
This commit is contained in:
Ivan Grokhotkov
2015-04-03 02:19:16 +03:00
parent 3bde54d584
commit ca31c45cae

View File

@ -58,4 +58,6 @@ namespace std {
} }
} }
// TODO: rebuild windows toolchain to make this unnecessary:
void* __dso_handle;