diff options
| author | Robert Bieber <robby@bieberphoto.com> | 2010-05-31 17:39:58 +0000 |
|---|---|---|
| committer | Robert Bieber <robby@bieberphoto.com> | 2010-05-31 17:39:58 +0000 |
| commit | c5e14b5835114faae78997f7e0b14c19966b187d (patch) | |
| tree | d357c33852df636581f22153336c35d43d623e40 /utils/themeeditor/main.cpp | |
| parent | 0ea79053951e64b659cb3b3d82eaed1c65bd43ea (diff) | |
| download | rockbox-c5e14b5835114faae78997f7e0b14c19966b187d.zip rockbox-c5e14b5835114faae78997f7e0b14c19966b187d.tar.gz rockbox-c5e14b5835114faae78997f7e0b14c19966b187d.tar.bz2 rockbox-c5e14b5835114faae78997f7e0b14c19966b187d.tar.xz | |
Theme Editor: Added extern C declarations to header files
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26433 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/main.cpp')
| -rw-r--r-- | utils/themeeditor/main.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/utils/themeeditor/main.cpp b/utils/themeeditor/main.cpp index f876b19..a3a5daa 100644 --- a/utils/themeeditor/main.cpp +++ b/utils/themeeditor/main.cpp @@ -19,11 +19,8 @@ * ****************************************************************************/ -extern "C" -{ #include "skin_parser.h" #include "skin_debug.h" -} #include <cstdlib> #include <cstdio> |