misc native build fixups
[org.ibex.core.git] / src / org / ibex / plat / Win32.cc
index 9834ce2..4c0369f 100644 (file)
@@ -148,7 +148,7 @@ static unsigned char hand_cursor_and[32 * 4] = {
 
 void org::ibex::plat::Win32::natPreInit() {
   // Win32 throws stderr in the trash unless you designate your binary as a "console binary"
-  if (org::ibex::Log::logstream == java::lang::System::err) {
+  if (org::ibex::util::Log::logstream == java::lang::System::err) {
         AllocConsole();
         freopen("CONOUT$", "w+t", stderr);
     }