|
ReactOS 0.4.16-dev-1946-g52006dd
|


Go to the source code of this file.
Macros | |
| #define | error_loc(...) error_at( NULL, ## __VA_ARGS__ ) |
| #define | warning_loc(...) warning_at( NULL, ## __VA_ARGS__ ) |
| #define | MAKEVERSION(major, minor) ((((minor) & 0xffff) << 16) | ((major) & 0xffff)) |
| #define | MAJORVERSION(version) ((version) & 0xffff) |
| #define | MINORVERSION(version) (((version) >> 16) & 0xffff) |
Functions | |
| void | error (const char *s,...) __attribute__((format(printf |
| void | __attribute__ ((noreturn)) |
| void | error_at (const struct location *, const char *s,...) __attribute__((format(printf |
| void | warning (const char *s,...) __attribute__((format(printf |
| void void | warning_at (const struct location *, const char *s,...) __attribute__((format(printf |
| void | chat (const char *s,...) __attribute__((format(printf |
| void size_t | strappend (char **buf, size_t *len, size_t pos, const char *fmt,...) __attribute__((__format__(__printf__ |
| void size_t size_t | widl_getline (char **linep, size_t *lenp, FILE *fp) |
| void | add_output_to_resources (const char *type, const char *name) |
| void | flush_output_resources (const char *name) |
| void | put_pword (unsigned int val) |
| void | put_str (int indent, const char *format,...) __attribute__((format(printf |
| #define warning_loc | ( | ... | ) | warning_at( NULL, ## __VA_ARGS__ ) |
| void __attribute__ | ( | (noreturn) | ) |
Definition at line 266 of file pseh3.c.
Definition at line 192 of file utils.c.
Referenced by output_typelib_regscript(), save_all_changes(), and write_regscript().
Definition at line 226 of file utils.c.
Referenced by save_all_changes(), write_regscript(), and write_typelib_regscript().
Definition at line 91 of file utils.c.
Referenced by write_dlldata().