emf-win32-inout.h revision 1e65babae29f5d489b28a25fbc75de615912bb98
/*
*
* Authors:
* Ulf Erikson <ulferikson@users.sf.net>
*
* Copyright (C) 2006 Authors
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#ifndef EXTENSION_INTERNAL_EMF_WIN32_H
#define EXTENSION_INTERNAL_EMF_WIN32_H
#ifdef WIN32
#include "extension/implementation/implementation.h"
#include "style.h"
EmfWin32(); // Empty constructor
static void init(void);//Initialize the class
};
} } } /* namespace Inkscape, Extension, Implementation */
#endif /* WIN32 */
#endif /* EXTENSION_INTERNAL_EMF_WIN32_H */
/*
Local Variables:
mode:c++
c-file-style:"stroustrup"
c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
indent-tabs-mode:nil
fill-column:99
End:
*/
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4 :