diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-12-11 18:47:17 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-12-12 20:06:25 +0100 |
commit | f5a54cbf120efb335205e00ba18a9038449b92c9 (patch) | |
tree | 3c23c6feb444df2391575ed6fb0fd97f43415b7c /include/prewin.h | |
parent | 57f88bb76b069e0776574e93d3009785572b8193 (diff) |
prewin.h: remove silly extern "C" nonsense which prevents...
... using prewin.h/postwin.h around ATL headers. Also remove some other
cruft while at it.
Change-Id: I7d081dae88273dfd214ef078f5844ce266e388fb
Diffstat (limited to 'include/prewin.h')
-rw-r--r-- | include/prewin.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/prewin.h b/include/prewin.h index e98b901e6e59..a30afb83c49e 100644 --- a/include/prewin.h +++ b/include/prewin.h @@ -28,10 +28,6 @@ #define Folder WIN_Folder #define GradientStyle_RECT WIN_GradientStyle_RECT -#ifdef __cplusplus -extern "C" { -#endif - #if !defined STRICT #define STRICT #endif |