Commit e419abc5 authored by ted.mielczarek@gmail.com's avatar ted.mielczarek@gmail.com
Browse files

bug 375606, Airbag won't build on debug trunk. r=axel@pike.org

parent c232290d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -422,7 +422,7 @@ int main(int argc, char **argv)
  }
}

#if defined(XP_WIN) && !defined(DEBUG) && !defined(__GNUC__)
#if defined(XP_WIN) && !defined(__GNUC__)
// We need WinMain in order to not be a console app.  This function is unused
// if we are a console application.
int WINAPI WinMain( HINSTANCE, HINSTANCE, LPSTR args, int )