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
a4d77baf
Kaydet (Commit)
a4d77baf
authored
May 09, 2012
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
This is Windows code so bin pointless #ifdef WNT
Change-Id: I8e81ecd0e78f22f09db4288b781ae5f5da4d8760
üst
96f79ea7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
11 deletions
+0
-11
salinst.cxx
vcl/win/source/app/salinst.cxx
+0
-2
salshl.cxx
vcl/win/source/app/salshl.cxx
+0
-4
salgdi3.cxx
vcl/win/source/gdi/salgdi3.cxx
+0
-5
No files found.
vcl/win/source/app/salinst.cxx
Dosyayı görüntüle @
a4d77baf
...
...
@@ -28,10 +28,8 @@
#include <string.h>
#ifdef WNT
#include <svsys.h>
#include <process.h>
#endif
#include <osl/file.hxx>
#include <osl/mutex.hxx>
...
...
vcl/win/source/app/salshl.cxx
Dosyayı görüntüle @
a4d77baf
...
...
@@ -37,8 +37,6 @@ SalShlData aSalShlData;
// =======================================================================
#ifdef WNT
extern
"C"
{
...
...
@@ -73,8 +71,6 @@ BOOL WINAPI LibMain( HINSTANCE hInst, DWORD nReason, LPVOID pReserved )
}
#endif
// =======================================================================
HCURSOR
ImplLoadSalCursor
(
int
nId
)
...
...
vcl/win/source/gdi/salgdi3.cxx
Dosyayı görüntüle @
a4d77baf
...
...
@@ -1067,16 +1067,11 @@ void ImplSalLogFontToFontW( HDC hDC, const LOGFONTW& rLogFont, Font& rFont )
static
FILE
*
grLogFile
=
NULL
;
static
FILE
*
grLog
()
{
#ifdef WNT
std
::
string
logFileName
(
getenv
(
"TEMP"
));
logFileName
.
append
(
"
\\
grface.log"
);
if
(
grLogFile
==
NULL
)
grLogFile
=
fopen
(
logFileName
.
c_str
(),
"w"
);
else
fflush
(
grLogFile
);
return
grLogFile
;
#else
fflush
(
stdout
);
return
stdout
;
#endif
}
#undef NDEBUG
#endif
...
...
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