[Libreoffice-commits] core.git: include/postwin.h

Stephan Bergmann sbergman at redhat.com
Mon Dec 7 00:15:56 PST 2015


 include/postwin.h |   74 ++++++++++++++++++------------------------------------
 1 file changed, 26 insertions(+), 48 deletions(-)

New commits:
commit 8a086a2c08efe2037957b959109e72b8bb3e27b7
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Dec 7 08:30:32 2015 +0100

    Sort undefs
    
    Change-Id: I20940822c482d4edab8a5d4b5aaf75ba58817898

diff --git a/include/postwin.h b/include/postwin.h
index e1e151d..8a17ae5 100644
--- a/include/postwin.h
+++ b/include/postwin.h
@@ -19,61 +19,39 @@
 
 /* not protected, do only include once! */
 
-#undef Rectangle
-#undef DELETE
-#undef OPTIONAL
-#undef PASSTHROUGH
-#undef STRICT
 #undef ABSOLUTE
-#undef RELATIVE
+#undef CompareString
+#undef CopyFile
+#undef DELETE
+#undef DrawText
+#undef FindWindow
+#undef Folder
+#undef GetCharWidth
+#undef GetClassName
+#undef GetGlyphOutline
+#undef GetKerningPairs
+#undef GetMetaFile
+#undef GetNumberFormat
+#undef GetObject
+#undef GetPrinter
+#undef GetTimeFormat
+#undef GetUserName
+#undef GradientStyle_RECT
 #undef IGNORE
 #undef IN
+#undef OPAQUE // so it doesn't conflict with enum values
+#undef OPTIONAL
 #undef OUT
-
-#undef Folder
-#undef GradientStyle_RECT
-
-// so it doesn't conflict with enum values
-#undef OPAQUE
-
+#undef PASSTHROUGH
+#undef RELATIVE
+#undef Rectangle
+#undef STRICT
+#undef SetPort
+#undef SetPrinter
 #undef WB_LEFT
 #undef WB_RIGHT
-
-#undef GetObject
-
-#undef SetPrinter
-
-#undef GetPrinter
-
-#undef DrawText
-
-#undef mciSetCommand
-
-#undef SetPort
-
-#undef CopyFile
-
-#undef GetUserName
-
-#undef GetClassName
-
-#undef GetCharWidth
-
-#undef GetMetaFile
-
-#undef GetNumberFormat
-
-#undef GetGlyphOutline
-
-#undef GetKerningPairs
-
-#undef FindWindow
-
 #undef Yield
-
-#undef GetTimeFormat
-
-#undef CompareString
+#undef mciSetCommand
 
 /* new StretchBlt() Modes (simpler names) */
 #ifndef STRETCH_ANDSCANS


More information about the Libreoffice-commits mailing list