[Libreoffice-commits] core.git: include/systools

Stephan Bergmann sbergman at redhat.com
Sat Feb 11 18:15:59 UTC 2017


 include/systools/win32/uwinapi.h |    5 -----
 1 file changed, 5 deletions(-)

New commits:
commit e1e261fef393730b22dc2c4fe3a7d63966d8c737
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Sat Feb 11 18:14:16 2017 +0100

    Remove dead #ifdef _UWINAPI_
    
    ...a macro originally introduced with 173db4f242e55172bef92ef78f9d28a4ffc7f204
    "#91296# UWINAPI wrapper added", missed by
    1f357a5f03401bbc0138eb73807534f59d647121 "Clean out cruft from systools and
    especially uwinapi"
    
    Change-Id: Ide3f83d6ea45f4821adb4043ae2a814762d4fafd
    Reviewed-on: https://gerrit.libreoffice.org/34152
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/include/systools/win32/uwinapi.h b/include/systools/win32/uwinapi.h
index b441f3a..9dd9667 100644
--- a/include/systools/win32/uwinapi.h
+++ b/include/systools/win32/uwinapi.h
@@ -21,11 +21,6 @@
 #define INCLUDED_SYSTOOLS_WIN32_UWINAPI_H
 
 #include <sal/macros.h>
-#ifdef _UWINAPI_
-#   define _KERNEL32_
-#   define _USER32_
-#   define _SHELL32_
-#endif
 
 #include "prewin.h"
 #include "postwin.h"


More information about the Libreoffice-commits mailing list