2002-04-14 10:15:06 +00:00
|
|
|
#include "dflat32/dflat.h"
|
2002-03-28 12:15:40 +00:00
|
|
|
|
2002-04-14 10:15:06 +00:00
|
|
|
int TestCriticalError(void)
|
2002-03-28 12:15:40 +00:00
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2002-04-14 10:15:06 +00:00
|
|
|
/* These are functions that are supposed to be part of the application
|
|
|
|
* not part of the dflat32.dll
|
|
|
|
*
|
|
|
|
* - Fixme
|
|
|
|
*/
|
2002-03-28 12:15:40 +00:00
|
|
|
|
2002-04-14 10:15:06 +00:00
|
|
|
char DFlatApplication[] = "none"; //edit.c
|
2002-03-28 12:15:40 +00:00
|
|
|
|
2002-04-14 10:15:06 +00:00
|
|
|
void PrepFileMenu(void *w, struct Menu *mnu) //edit.c
|
2002-03-28 12:15:40 +00:00
|
|
|
{
|
|
|
|
}
|
|
|
|
|
2002-04-14 10:15:06 +00:00
|
|
|
void PrepSearchMenu(void *w, struct Menu *mnu) //edit.c
|
2002-03-28 12:15:40 +00:00
|
|
|
{
|
|
|
|
}
|
|
|
|
|
2002-04-14 10:15:06 +00:00
|
|
|
void PrepEditMenu(void *w, struct Menu *mnu) //edit.c
|
2002-03-28 12:15:40 +00:00
|
|
|
{
|
|
|
|
}
|
|
|
|
|
2002-04-14 10:15:06 +00:00
|
|
|
char **Argv; //edit.c
|