mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-01-27 06:33:24 +00:00
Remove parameter names to avoid C4100
This commit is contained in:
parent
1f673572ae
commit
809d66c53d
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user