diff options
author | Earnie Boyd <earnie@users.sf.net> | 2005-01-02 14:15:16 +0000 |
---|---|---|
committer | Earnie Boyd <earnie@users.sf.net> | 2005-01-02 14:15:16 +0000 |
commit | 636a3bf5bb8cca8a38bcc590a292d4497d9007ec (patch) | |
tree | 8f28120da0c669e94bb65e5a2d4b297e24b45356 | |
parent | 94d17419a6d1e787b65cb483fc29d3393983a436 (diff) | |
download | newlib-636a3bf5bb8cca8a38bcc590a292d4497d9007ec.zip newlib-636a3bf5bb8cca8a38bcc590a292d4497d9007ec.tar.gz newlib-636a3bf5bb8cca8a38bcc590a292d4497d9007ec.tar.bz2 |
* lib/uxtheme.def: Really remove the \r.
-rw-r--r-- | winsup/w32api/lib/uxtheme.def | 100 |
1 files changed, 50 insertions, 50 deletions
diff --git a/winsup/w32api/lib/uxtheme.def b/winsup/w32api/lib/uxtheme.def index 3a83beb..86ce21c 100644 --- a/winsup/w32api/lib/uxtheme.def +++ b/winsup/w32api/lib/uxtheme.def @@ -1,50 +1,50 @@ -LIBRARY UxTheme.dll
-EXPORTS
-CloseThemeData@4
-DrawThemeBackground@24
-DrawThemeBackgroundEx@24
-DrawThemeEdge@32
-DrawThemeIcon@28
-DrawThemeParentBackground@12
-DrawThemeText@36
-EnableThemeDialogTexture@8
-EnableTheming@4
-GetCurrentThemeName@24
-GetThemeAppProperties@0
-GetThemeBackgroundContentRect@24
-GetThemeBackgroundExtent@24
-GetThemeBackgroundRegion@24
-GetThemeBool@20
-GetThemeColor@20
-GetThemeDocumentationProperty@16
-GetThemeEnumValue@20
-GetThemeFilename@24
-GetThemeFont@24
-GetThemeInt@20
-GetThemeIntList@20
-GetThemeMargins@28
-GetThemeMetric@24
-GetThemePartSize@28
-GetThemePosition@20
-GetThemePropertyOrigin@20
-GetThemeRect@20
-GetThemeString@24
-GetThemeSysBool@8
-GetThemeSysColor@8
-GetThemeSysColorBrush@8
-GetThemeSysFont@12
-GetThemeSysInt@12
-GetThemeSysSize@8
-GetThemeSysString@16
-GetThemeTextExtent@36
-GetThemeTextMetrics@20
-GetWindowTheme@4
-HitTestThemeBackground@40
-IsAppThemed@0
-IsThemeActive@0
-IsThemeBackgroundPartiallyTransparent@12
-IsThemeDialogTextureEnabled@4
-IsThemePartDefined@12
-OpenThemeData@8
-SetThemeAppProperties@4
-SetWindowTheme@12
+LIBRARY UxTheme.dll +EXPORTS +CloseThemeData@4 +DrawThemeBackground@24 +DrawThemeBackgroundEx@24 +DrawThemeEdge@32 +DrawThemeIcon@28 +DrawThemeParentBackground@12 +DrawThemeText@36 +EnableThemeDialogTexture@8 +EnableTheming@4 +GetCurrentThemeName@24 +GetThemeAppProperties@0 +GetThemeBackgroundContentRect@24 +GetThemeBackgroundExtent@24 +GetThemeBackgroundRegion@24 +GetThemeBool@20 +GetThemeColor@20 +GetThemeDocumentationProperty@16 +GetThemeEnumValue@20 +GetThemeFilename@24 +GetThemeFont@24 +GetThemeInt@20 +GetThemeIntList@20 +GetThemeMargins@28 +GetThemeMetric@24 +GetThemePartSize@28 +GetThemePosition@20 +GetThemePropertyOrigin@20 +GetThemeRect@20 +GetThemeString@24 +GetThemeSysBool@8 +GetThemeSysColor@8 +GetThemeSysColorBrush@8 +GetThemeSysFont@12 +GetThemeSysInt@12 +GetThemeSysSize@8 +GetThemeSysString@16 +GetThemeTextExtent@36 +GetThemeTextMetrics@20 +GetWindowTheme@4 +HitTestThemeBackground@40 +IsAppThemed@0 +IsThemeActive@0 +IsThemeBackgroundPartiallyTransparent@12 +IsThemeDialogTextureEnabled@4 +IsThemePartDefined@12 +OpenThemeData@8 +SetThemeAppProperties@4 +SetWindowTheme@12 |