#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include "widl.h"
#include "utils.h"
#include "parser.h"
#include "header.h"
#include "typegen.h"
#include "typelib.h"
Go to the source code of this file.
◆ find_ps_factory()
Definition at line 62 of file register.c.
63{
65
67 {
69 {
73 }
74 }
76}
int strcmp(const char *String1, const char *String2)
GLuint GLuint GLsizei GLenum type
#define LIST_FOR_EACH_ENTRY(elem, list, type, field)
union _statement_t::@5358 u
static enum type_type type_get_type(const type_t *type)
Referenced by write_regscript().
◆ format_uuid()
◆ get_coclass_threading()
Definition at line 48 of file register.c.
49{
50 static const char * const models[] =
51 {
53 "Apartment",
54 "Neutral",
55 "Single",
56 "Free",
57 "Both",
58 };
60}
Referenced by write_coclass().
◆ output_typelib_regscript()
Definition at line 334 of file register.c.
335{
340 unsigned int flags = 0;
341 char id_part[12] = "";
344
348
351
361 {
364 }
366 lcid_expr ? lcid_expr->
cval : 0,
pointer_size == 8 ?
"win64" :
"win32", id_part );
371
376
381
384
386}
static const WCHAR version[]
char * strmake(size_t *lenp,...)
unsigned int pointer_size
Referenced by save_all_changes().
◆ write_coclass()
◆ write_coclasses()
◆ write_interface()
Definition at line 78 of file register.c.
79{
82
86 {
88 return;
89 }
98}
static type_t * type_iface_get_inherit(const type_t *type)
Referenced by write_interfaces().
◆ write_interfaces()
◆ write_progid()
◆ write_progids()
◆ write_regscript()
Definition at line 244 of file register.c.
245{
247
250
252
254 {
271 }
272 else
273 {
276
278 if (ps_factory)
279 {
284 }
285
290
293 }
294
296 {
299 }
300 else
301 {
308 }
309}
_Check_return_ _CRTIMP FILE *__cdecl fopen(_In_z_ const char *_Filename, _In_z_ const char *_Mode)
_Check_return_opt_ _CRTIMP int __cdecl fclose(_Inout_ FILE *_File)
◆ write_runtimeclasses_registry()
Definition at line 185 of file register.c.
186{
189
191 {
199 }
200}
char * format_namespace(struct namespace *namespace, const char *prefix, const char *separator, const char *suffix, const char *abi_prefix)
Referenced by write_regscript().
◆ write_typelib_interface()
◆ write_typelib_interfaces()
Definition at line 133 of file register.c.
134{
136
137 for (
i = 0;
i <
typelib->reg_iface_count; ++
i)
139}
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint i
Referenced by output_typelib_regscript().
◆ write_typelib_regscript()
Definition at line 311 of file register.c.
312{
314 unsigned int count = 0;
315
318 {
322 else
323 {
326 else
328 }
330 }
332}
GLuint GLuint GLsizei count
◆ indent