[Libreoffice-commits] core.git: include/postwin.h
Mike Kaganski (via logerrit)
logerrit at kemper.freedesktop.org
Sat Apr 6 19:21:50 UTC 2019
include/postwin.h | 11 -----------
1 file changed, 11 deletions(-)
New commits:
commit e9ff7a041841b36e9db9d7cdfdef82ba2b0002b4
Author: Mike Kaganski <mike.kaganski at collabora.com>
AuthorDate: Sat Apr 6 18:45:35 2019 +0100
Commit: Mike Kaganski <mike.kaganski at collabora.com>
CommitDate: Sat Apr 6 21:21:29 2019 +0200
Remove obsolete checked defines
These are always defined when WINVER >= 0x0400; and we have it set to 0x0601
in solenv/gbuild/platform/windows.mk.
Change-Id: Ia1f6fa5589562fa710b4da3d288182d3f8a15e6b
Reviewed-on: https://gerrit.libreoffice.org/70348
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski at collabora.com>
diff --git a/include/postwin.h b/include/postwin.h
index 384950d68237..6b11c5827497 100644
--- a/include/postwin.h
+++ b/include/postwin.h
@@ -53,17 +53,6 @@
#undef Yield
#undef mciSetCommand
-/* new StretchBlt() Modes (simpler names) */
-#ifndef STRETCH_ANDSCANS
-#define STRETCH_ANDSCANS 1
-#endif
-#ifndef STRETCH_ORSCANS
-#define STRETCH_ORSCANS 2
-#endif
-#ifndef STRETCH_DELETESCANS
-#define STRETCH_DELETESCANS 3
-#endif
-
#if !defined INCLUDED_POSTWIN_H && defined __cplusplus
#define INCLUDED_POSTWIN_H
#endif
More information about the Libreoffice-commits
mailing list