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
b3f6c296
Kaydet (Commit)
b3f6c296
authored
Mar 04, 2015
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
shell: remove unnecessary explicit -D_WIN32_IE
Change-Id: Ib6d9233e8c322fd7165fce8763bb2a4eee9a7850
üst
5ec422c3
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
3 additions
and
8 deletions
+3
-8
Library_ooofilt.mk
shell/Library_ooofilt.mk
+0
-1
Library_ooofilt_x64.mk
shell/Library_ooofilt_x64.mk
+0
-1
Library_propertyhdl.mk
shell/Library_propertyhdl.mk
+0
-1
Library_propertyhdl_x64.mk
shell/Library_propertyhdl_x64.mk
+0
-1
Library_shlxthdl.mk
shell/Library_shlxthdl.mk
+0
-1
Library_shlxthdl_x64.mk
shell/Library_shlxthdl_x64.mk
+0
-1
StaticLibrary_shlxthandler_common.mk
shell/StaticLibrary_shlxthandler_common.mk
+0
-1
StaticLibrary_shlxthandler_common_x64.mk
shell/StaticLibrary_shlxthandler_common_x64.mk
+0
-1
windows.mk
solenv/gbuild/platform/windows.mk
+3
-0
No files found.
shell/Library_ooofilt.mk
Dosyayı görüntüle @
b3f6c296
...
...
@@ -19,7 +19,6 @@ $(eval $(call gb_Library_add_defs,ooofilt,\
-DUNICODE \
-DWIN32_LEAN_AND_MEAN \
-D_UNICODE \
-D_WIN32_IE=0x700 \
-D_WIN32_WINNT=0x0502 \
-UNOMINMAX \
))
...
...
shell/Library_ooofilt_x64.mk
Dosyayı görüntüle @
b3f6c296
...
...
@@ -26,7 +26,6 @@ $(eval $(call gb_Library_add_defs,ooofilt_x64,\
-DWIN32_LEAN_AND_MEAN \
-D_UNICODE \
-UNOMINMAX \
-D_WIN32_IE=0x700 \
-D_WIN32_WINNT=0x0502 \
))
...
...
shell/Library_propertyhdl.mk
Dosyayı görüntüle @
b3f6c296
...
...
@@ -20,7 +20,6 @@ $(eval $(call gb_Library_add_defs,propertyhdl,\
-DWIN32_LEAN_AND_MEAN \
-D_UNICODE \
-UNOMINMAX \
-D_WIN32_IE=0x700 \
-D_WIN32_WINNT=0x0502 \
))
...
...
shell/Library_propertyhdl_x64.mk
Dosyayı görüntüle @
b3f6c296
...
...
@@ -26,7 +26,6 @@ $(eval $(call gb_Library_add_defs,propertyhdl_x64,\
-DWIN32_LEAN_AND_MEAN \
-D_UNICODE \
-UNOMINMAX \
-D_WIN32_IE=0x700 \
-D_WIN32_WINNT=0x0502 \
))
...
...
shell/Library_shlxthdl.mk
Dosyayı görüntüle @
b3f6c296
...
...
@@ -20,7 +20,6 @@ $(eval $(call gb_Library_add_defs,shlxthdl,\
-DWIN32_LEAN_AND_MEAN \
-D_UNICODE \
-UNOMINMAX \
-D_WIN32_IE=0x700 \
-D_WIN32_WINNT=0x0502 \
))
...
...
shell/Library_shlxthdl_x64.mk
Dosyayı görüntüle @
b3f6c296
...
...
@@ -26,7 +26,6 @@ $(eval $(call gb_Library_add_defs,shlxthdl_x64,\
-DWIN32_LEAN_AND_MEAN \
-D_UNICODE \
-UNOMINMAX \
-D_WIN32_IE=0x700 \
-D_WIN32_WINNT=0x0502 \
))
...
...
shell/StaticLibrary_shlxthandler_common.mk
Dosyayı görüntüle @
b3f6c296
...
...
@@ -19,7 +19,6 @@ $(eval $(call gb_StaticLibrary_add_defs,shlxthandler_common,\
-DUNICODE \
-DWIN32_LEAN_AND_MEAN \
-D_UNICODE \
-D_WIN32_IE=0x700 \
-D_WIN32_WINNT=0x0502 \
))
...
...
shell/StaticLibrary_shlxthandler_common_x64.mk
Dosyayı görüntüle @
b3f6c296
...
...
@@ -25,7 +25,6 @@ $(eval $(call gb_StaticLibrary_add_defs,shlxthandler_common_x64,\
-DUNICODE \
-DWIN32_LEAN_AND_MEAN \
-D_UNICODE \
-D_WIN32_IE=0x700 \
-D_WIN32_WINNT=0x0502 \
))
...
...
solenv/gbuild/platform/windows.mk
Dosyayı görüntüle @
b3f6c296
...
...
@@ -20,6 +20,9 @@ gb_Helper_LIBRARY_PATH_VAR := PATH
gb_MKTEMP := mktemp --tmpdir=$(gb_TMPDIR) gbuild.XXXXXX
# currently _WIN32_IE is defined to a higher version than would be derived
# in sdkddkver.h from _WIN32_WINNT=0x0502 but if _WIN32_WINNT >= 0x0600
# the derived value is sufficient
gb_OSDEFS := \
-DWINVER=0x0502 \
-D_WIN32_IE=0x0700 \
...
...
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