mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
[Refs #87: Static Analysis] Add in wWinMain annotations
This commit is contained in:
@@ -297,7 +297,10 @@ void DisplayRendererPreview(ReplayRenderer *renderer)
|
||||
int renderdoccmd(int argc, wchar_t **argv);
|
||||
bool argequal(const wchar_t *a, const wchar_t *b);
|
||||
|
||||
int WINAPI wWinMain(HINSTANCE hInst, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, int nShowCmd )
|
||||
int WINAPI wWinMain(_In_ HINSTANCE hInst,
|
||||
_In_opt_ HINSTANCE hPrevInstance,
|
||||
_In_ LPWSTR lpCmdLine,
|
||||
_In_ int nShowCmd)
|
||||
{
|
||||
LPWSTR *argv;
|
||||
int argc;
|
||||
|
||||
Reference in New Issue
Block a user