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
c5f45ade
Kaydet (Commit)
c5f45ade
authored
Mar 16, 2011
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
More WIN_FOO cleanup
üst
7851d635
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
8 deletions
+1
-8
postsys.h
tools/inc/tools/postsys.h
+0
-4
presys.h
tools/inc/tools/presys.h
+0
-1
wntmsc.cxx
tools/source/fsys/wntmsc.cxx
+1
-3
No files found.
tools/inc/tools/postsys.h
Dosyayı görüntüle @
c5f45ade
...
...
@@ -34,10 +34,6 @@
#undef PolyPolygon
#undef Polygon
#undef Rectangle
#undef ULONG
#undef sal_Bool
#undef BYTE
#undef BOOL
#undef DELETE
/* Hilfe-Ids umbenennen */
...
...
tools/inc/tools/presys.h
Dosyayı görüntüle @
c5f45ade
...
...
@@ -33,7 +33,6 @@
#if defined WNT
#define ULONG WIN_ULONG
#define Rectangle BLA_Rectangle
#define Polygon BLA_Polygon
#define PolyPolygon BLA_PolyPolygon
...
...
tools/source/fsys/wntmsc.cxx
Dosyayı görüntüle @
c5f45ade
...
...
@@ -567,9 +567,7 @@ FileStat::FileStat( const void *pInfo, // struct dirent
#pragma warning(push, 1)
#pragma warning(disable: 4917)
#endif
#define ULONG WIN_ULONG
#include <shlobj.h>
#undef ULONG
#ifdef _MSC_VER
#pragma warning(pop)
#endif
...
...
@@ -608,7 +606,7 @@ HRESULT SHGetIDListFromPath( HWND hwndOwner, LPCTSTR pszPath, LPITEMIDLIST *ppid
if
(
FAILED
(
hResult
)
)
return
hResult
;
WIN_
ULONG
chEaten
=
lstrlen
(
pszPath
);
ULONG
chEaten
=
lstrlen
(
pszPath
);
DWORD
dwAttributes
=
FILE_ATTRIBUTE_DIRECTORY
;
#ifdef UNICODE
...
...
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