summaryrefslogtreecommitdiff
path: root/vcl/source/app/svmain.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/app/svmain.cxx')
-rw-r--r--vcl/source/app/svmain.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/app/svmain.cxx b/vcl/source/app/svmain.cxx
index 5bae2dfd2e8e..8203952fd9c4 100644
--- a/vcl/source/app/svmain.cxx
+++ b/vcl/source/app/svmain.cxx
@@ -44,8 +44,8 @@
#ifdef WNT
#include <svsys.h>
-#include <process.h> // for _beginthreadex
-#include <ole2.h> // for _beginthreadex
+#include <process.h>
+#include <ole2.h>
#endif
#ifdef ANDROID