[vlc-commits] WinCE: compile fix
Rémi Denis-Courmont
git at videolan.org
Sun Aug 7 11:00:31 CEST 2011
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Aug 7 11:58:50 2011 +0300| [92bd2294cfa7ecfc80ffa19972eacac148829fcf] | committer: Rémi Denis-Courmont
WinCE: compile fix
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=92bd2294cfa7ecfc80ffa19972eacac148829fcf
---
bin/winvlc.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/bin/winvlc.c b/bin/winvlc.c
index 9523455..076781f 100644
--- a/bin/winvlc.c
+++ b/bin/winvlc.c
@@ -116,11 +116,11 @@ int WINAPI WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance,
{
int argc;
+#ifndef UNDER_CE
#ifdef TOP_BUILDDIR
putenv("VLC_PLUGIN_PATH=Z:"TOP_BUILDDIR"/modules");
#endif
-#ifndef UNDER_CE
HeapSetInformation(NULL, HeapEnableTerminationOnCorruption, NULL, 0);
/* SetProcessDEPPolicy */
More information about the vlc-commits
mailing list