Remove parameter names to avoid C4100

This commit is contained in:
Alexander Karatarakis 2017-02-15 18:45:26 -08:00
parent 1f673572ae
commit 809d66c53d

View File

@ -5,13 +5,7 @@
using namespace vcpkg;
int WINAPI
WinMain(
_In_ HINSTANCE hInstance,
_In_opt_ HINSTANCE hPrevInstance,
_In_ LPSTR lpCmdLine,
_In_ int nShowCmd
)
int WINAPI WinMain(_In_ HINSTANCE, _In_opt_ HINSTANCE, _In_ LPSTR, _In_ int)
{
LPWSTR* szArgList;
int argCount;