mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 375606, Airbag won't build on debug trunk. r=axel@pike.org
This commit is contained in:
parent
9538c079be
commit
06a7b86309
@ -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 )
|
||||
|
Loading…
Reference in New Issue
Block a user