Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
dbfe237f
Kaydet (Commit)
dbfe237f
authored
Mar 25, 2011
tarafından
Fridrich Štrba
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Wholesale prewin.h/postwin.h removal
üst
73813f23
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
1 addition
and
29 deletions
+1
-29
WindowsAccessBridgeAdapter.cxx
...ibility/bridge/source/java/WindowsAccessBridgeAdapter.cxx
+0
-2
registry_win.cxx
automation/source/testtool/registry_win.cxx
+0
-7
sysdir_win.cxx
automation/source/testtool/sysdir_win.cxx
+0
-2
ole2uno.hxx
extensions/source/ole/ole2uno.hxx
+0
-2
sysplug.hxx
extensions/source/plugin/inc/plugin/win/sysplug.hxx
+0
-2
sysplug.cxx
extensions/source/plugin/win/sysplug.cxx
+0
-2
winmgr.cxx
extensions/source/plugin/win/winmgr.cxx
+0
-2
lingutil.cxx
lingucomponent/source/lingutil/lingutil.cxx
+1
-10
No files found.
accessibility/bridge/source/java/WindowsAccessBridgeAdapter.cxx
Dosyayı görüntüle @
dbfe237f
...
@@ -35,9 +35,7 @@
...
@@ -35,9 +35,7 @@
#include <WindowsAccessBridgeAdapter.h>
#include <WindowsAccessBridgeAdapter.h>
#include <prewin.h>
#include <wtypes.h>
#include <wtypes.h>
#include <postwin.h>
#include <rtl/process.h>
#include <rtl/process.h>
#include <tools/link.hxx>
#include <tools/link.hxx>
...
...
automation/source/testtool/registry_win.cxx
Dosyayı görüntüle @
dbfe237f
...
@@ -36,13 +36,6 @@
...
@@ -36,13 +36,6 @@
////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////
#include <prewin.h>
#include <postwin.h>
// as we define it ourselves further down the line we remove it here
#ifdef IS_ERROR
// #undef IS_ERROR
#endif
#include "registry_win.hxx"
#include "registry_win.hxx"
#include <osl/thread.h>
#include <osl/thread.h>
#include <sal/macros.h>
#include <sal/macros.h>
...
...
automation/source/testtool/sysdir_win.cxx
Dosyayı görüntüle @
dbfe237f
...
@@ -36,7 +36,6 @@
...
@@ -36,7 +36,6 @@
////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////
#include <prewin.h>
#ifndef _SHOBJ_H
#ifndef _SHOBJ_H
#if defined _MSC_VER
#if defined _MSC_VER
#pragma warning(push, 1)
#pragma warning(push, 1)
...
@@ -47,7 +46,6 @@
...
@@ -47,7 +46,6 @@
#pragma warning(pop)
#pragma warning(pop)
#endif
#endif
#endif
#endif
#include <postwin.h>
// as we define it ourselves further down the line we remove it here
// as we define it ourselves further down the line we remove it here
#ifdef IS_ERROR
#ifdef IS_ERROR
#undef IS_ERROR
#undef IS_ERROR
...
...
extensions/source/ole/ole2uno.hxx
Dosyayı görüntüle @
dbfe237f
...
@@ -49,12 +49,10 @@
...
@@ -49,12 +49,10 @@
#pragma warning (disable:4005)
#pragma warning (disable:4005)
#pragma warning (disable:4548)
#pragma warning (disable:4548)
#include <prewin.h>
#include <tchar.h>
#include <tchar.h>
#if (_MSC_VER >= 1200) || defined(__MINGW32__)
#if (_MSC_VER >= 1200) || defined(__MINGW32__)
#include <dispex.h>
#include <dispex.h>
#endif
#endif
#include <postwin.h>
#include <tools/presys.h>
#include <tools/presys.h>
#include <list>
#include <list>
...
...
extensions/source/plugin/inc/plugin/win/sysplug.hxx
Dosyayı görüntüle @
dbfe237f
...
@@ -32,9 +32,7 @@
...
@@ -32,9 +32,7 @@
#pragma warning (push,1)
#pragma warning (push,1)
#pragma warning (disable:4005)
#pragma warning (disable:4005)
#include <prewin.h>
#include <tchar.h>
#include <tchar.h>
#include <postwin.h>
#pragma pack( push, 8 )
#pragma pack( push, 8 )
#include <npsdk/npapi.h>
#include <npsdk/npapi.h>
...
...
extensions/source/plugin/win/sysplug.cxx
Dosyayı görüntüle @
dbfe237f
...
@@ -34,11 +34,9 @@
...
@@ -34,11 +34,9 @@
#pragma warning (push,1)
#pragma warning (push,1)
#pragma warning (disable:4005)
#pragma warning (disable:4005)
#include <prewin.h>
#include <string.h>
#include <string.h>
#include <tchar.h>
#include <tchar.h>
#include <objbase.h>
#include <objbase.h>
#include <postwin.h>
#pragma warning (pop)
#pragma warning (pop)
...
...
extensions/source/plugin/win/winmgr.cxx
Dosyayı görüntüle @
dbfe237f
...
@@ -43,11 +43,9 @@
...
@@ -43,11 +43,9 @@
#pragma warning (push,1)
#pragma warning (push,1)
#pragma warning (disable:4005)
#pragma warning (disable:4005)
#include <prewin.h>
#include <string.h>
#include <string.h>
#include <tchar.h>
#include <tchar.h>
#include <objbase.h>
#include <objbase.h>
#include <postwin.h>
#pragma warning (pop)
#pragma warning (pop)
...
...
lingucomponent/source/lingutil/lingutil.cxx
Dosyayı görüntüle @
dbfe237f
...
@@ -30,18 +30,9 @@
...
@@ -30,18 +30,9 @@
#include "precompiled_lingucomponent.hxx"
#include "precompiled_lingucomponent.hxx"
#if defined(WNT)
#if defined(WNT)
#include <
prewin
.h>
#include <
windows
.h>
#endif
#endif
#if defined(WNT)
#include <Windows.h>
#endif
#if defined(WNT)
#include <postwin.h>
#endif
#include <osl/thread.h>
#include <osl/thread.h>
#include <osl/file.hxx>
#include <osl/file.hxx>
#include <tools/debug.hxx>
#include <tools/debug.hxx>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment