reactos/rosapps/lib/dflat32/stubs.c
Steven Edwards 456be5d16b remove trailing whitespace at end of lines
svn path=/trunk/; revision=15091
2005-05-07 21:24:31 +00:00

28 lines
429 B
C

#include "dflat32/dflat.h"
int TestCriticalError(void)
{
}
/* These are functions that are supposed to be part of the application
* not part of the dflat32.dll
*
* - Fixme
*/
char DFlatApplication[] = "none"; //edit.c
void PrepFileMenu(void *w, struct Menu *mnu) //edit.c
{
}
void PrepSearchMenu(void *w, struct Menu *mnu) //edit.c
{
}
void PrepEditMenu(void *w, struct Menu *mnu) //edit.c
{
}
char **Argv; //edit.c