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

This commit is contained in:
ted.mielczarek@gmail.com 2007-03-28 05:19:42 -07:00
parent 9538c079be
commit 06a7b86309

View File

@ -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 )