libweb/src/include/LibWeb/DOM/types.h

7 lines
87 B
C

#ifndef LIBWEB_DOM_TYPES_H
#define LIBWEB_DOM_TYPES_H
#define DOMString char*
#endif