Kaydet (Commit) 2d1454a8 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Drop Win9x code

üst 83dbf688
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License version 3
* only, as published by the Free Software Foundation.
*
* OpenOffice.org is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
************************************************************************/
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_desktop.hxx"
#define LOCAL
#include "wrapper.h"
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -5,7 +5,6 @@ ...@@ -5,7 +5,6 @@
extern "C" { extern "C" {
#endif #endif
int MainA();
int MainW(); int MainW();
#ifdef __cplusplus #ifdef __cplusplus
......
...@@ -41,11 +41,8 @@ UWINAPILIB = ...@@ -41,11 +41,8 @@ UWINAPILIB =
# --- Files -------------------------------------------------------- # --- Files --------------------------------------------------------
OBJFILES = \ OBJFILES = \
$(OBJ)$/wrappera.obj \
$(OBJ)$/wrapperw.obj \ $(OBJ)$/wrapperw.obj \
$(OBJ)$/lwrapa.obj \
$(OBJ)$/lwrapw.obj \ $(OBJ)$/lwrapw.obj \
$(OBJ)$/rwrapa.obj \
$(OBJ)$/rwrapw.obj \ $(OBJ)$/rwrapw.obj \
$(OBJ)$/sowrapper.obj \ $(OBJ)$/sowrapper.obj \
$(OBJ)$/extendloaderenvironment.obj \ $(OBJ)$/extendloaderenvironment.obj \
......
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License version 3
* only, as published by the Free Software Foundation.
*
* OpenOffice.org is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
************************************************************************/
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_desktop.hxx"
#define REMOTE
#include "wrapper.h"
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -41,10 +41,7 @@ ...@@ -41,10 +41,7 @@
int APIENTRY WinMain( HINSTANCE, HINSTANCE, LPSTR, int ) int APIENTRY WinMain( HINSTANCE, HINSTANCE, LPSTR, int )
{ {
if ( (LONG)GetVersion() < 0 ) return MainW();
return MainA();
else
return MainW();
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License version 3
* only, as published by the Free Software Foundation.
*
* OpenOffice.org is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
************************************************************************/
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_desktop.hxx"
#include "wrapper.h"
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment