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
469f8f49
Kaydet (Commit)
469f8f49
authored
Agu 30, 2011
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Work around compilation errors with MinGW and --enable-debug
üst
a466ed04
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
8 deletions
+6
-8
module.cxx
sal/osl/w32/module.cxx
+0
-6
system.h
sal/osl/w32/system.h
+6
-2
No files found.
sal/osl/w32/module.cxx
Dosyayı görüntüle @
469f8f49
...
...
@@ -26,13 +26,7 @@
*
************************************************************************/
#ifdef __MINGW32__
extern
"C"
{
#endif
#include "system.h"
#ifdef __MINGW32__
}
#endif
#include <tlhelp32.h>
#include "file_url.h"
...
...
sal/osl/w32/system.h
Dosyayı görüntüle @
469f8f49
...
...
@@ -64,10 +64,14 @@
// at the same time without patching
// windows.h
#include <windows.h>
#ifdef __MINGW32__
#include <winsock2.h>
#ifdef __cplusplus
extern
"C"
{
#endif
#include <ws2tcpip.h>
#endif
#ifdef __cplusplus
}
#endif
#include <shlobj.h>
#ifndef NO_DEBUG_CRT
#include <crtdbg.h>
...
...
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