summaryrefslogtreecommitdiff
path: root/vdservice
diff options
context:
space:
mode:
Diffstat (limited to 'vdservice')
-rw-r--r--vdservice/vdservice.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vdservice/vdservice.cpp b/vdservice/vdservice.cpp
index 3c35609..717215f 100644
--- a/vdservice/vdservice.cpp
+++ b/vdservice/vdservice.cpp
@@ -1223,7 +1223,7 @@ int _tmain(int argc, TCHAR* argv[]);
int main(void)
{
int argc;
- argv = CommandLineToArgvW(GetCommandLineW(), &argc);
+ TCHAR** argv = CommandLineToArgvW(GetCommandLineW(), &argc);
return _tmain(argc, argv);
}
#else