URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 163 |
Rev 166 |
Line 30... |
Line 30... |
#include "libiberty.h"
|
#include "libiberty.h"
|
#include "safe-ctype.h"
|
#include "safe-ctype.h"
|
#include "windres.h"
|
#include "windres.h"
|
|
|
#include <assert.h>
|
#include <assert.h>
|
#include <errno.h>
|
|
#include <sys/stat.h>
|
|
#ifdef HAVE_UNISTD_H
|
|
#include <unistd.h>
|
|
#endif
|
|
|
|
#ifdef HAVE_SYS_WAIT_H
|
#ifdef HAVE_SYS_WAIT_H
|
#include <sys/wait.h>
|
#include <sys/wait.h>
|
#else /* ! HAVE_SYS_WAIT_H */
|
#else /* ! HAVE_SYS_WAIT_H */
|
#if ! defined (_WIN32) || defined (__CYGWIN__)
|
#if ! defined (_WIN32) || defined (__CYGWIN__)
|
Line 2653... |
Line 2648... |
{
|
{
|
fprintf (e, "CONTROL");
|
fprintf (e, "CONTROL");
|
ci = NULL;
|
ci = NULL;
|
}
|
}
|
|
|
if (control->text.named || control->text.u.id != 0)
|
/* For EDITTEXT, COMBOBOX, LISTBOX, and SCROLLBAR don't dump text. */
|
|
if ((control->text.named || control->text.u.id != 0)
|
|
&& (!ci
|
|
|| (ci->class != CTL_EDIT
|
|
&& ci->class != CTL_COMBOBOX
|
|
&& ci->class != CTL_LISTBOX
|
|
&& ci->class != CTL_SCROLLBAR)))
|
{
|
{
|
fprintf (e, " ");
|
fprintf (e, " ");
|
res_id_print (e, control->text, 1);
|
res_id_print (e, control->text, 1);
|
fprintf (e, ",");
|
fprintf (e, ",");
|
}
|
}
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.