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
a394a6f9
Kaydet (Commit)
a394a6f9
authored
Nis 17, 2013
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
-Werror=unknown-pragmas (MinGW, extensions)
Change-Id: I3eeb8864ddf931361f6504c04b8bfa787115cfd1
üst
52ede08a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
0 deletions
+16
-0
sysplug.hxx
extensions/source/plugin/inc/plugin/win/sysplug.hxx
+8
-0
sysplug.cxx
extensions/source/plugin/win/sysplug.cxx
+4
-0
winmgr.cxx
extensions/source/plugin/win/winmgr.cxx
+4
-0
No files found.
extensions/source/plugin/inc/plugin/win/sysplug.hxx
Dosyayı görüntüle @
a394a6f9
...
...
@@ -29,17 +29,25 @@
#ifndef __PLUGIN_INC_WINPLUG_HXX
#define __PLUGIN_INC_WINPLUG_HXX
#if defined _MSC_VER
#pragma warning (push,1)
#pragma warning (disable:4005)
#endif
#include <tchar.h>
#if defined _MSC_VER
#pragma pack( push, 8 )
#endif
#include "npapi.h"
#include <npsdk/npupp.h>
#if defined _MSC_VER
#pragma pack( pop )
#endif
#if defined _MSC_VER
#pragma warning (pop)
#endif
#include <list>
#include <map>
...
...
extensions/source/plugin/win/sysplug.cxx
Dosyayı görüntüle @
a394a6f9
...
...
@@ -33,14 +33,18 @@
#include <plugin/impl.hxx>
#if defined _MSC_VER
#pragma warning (push,1)
#pragma warning (disable:4005)
#endif
#include <string.h>
#include <tchar.h>
#include <objbase.h>
#if defined _MSC_VER
#pragma warning (pop)
#endif
#include <list>
#include <map>
...
...
extensions/source/plugin/win/winmgr.cxx
Dosyayı görüntüle @
a394a6f9
...
...
@@ -41,14 +41,18 @@
#include "plugin/impl.hxx"
#if defined _MSC_VER
#pragma warning (push,1)
#pragma warning (disable:4005)
#endif
#include <string.h>
#include <tchar.h>
#include <objbase.h>
#if defined _MSC_VER
#pragma warning (pop)
#endif
#include <list>
#include <map>
...
...
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