reactos/rosapps/lib/dflat32/stubs.c
Steven Edwards 81345fd691 Still working on making dflat32 a dll. Alot of this will be cleaned up in the
next few weeks. I'm going through the DFLAT api doc and fixing the export
names and then going to try to build a simple hello dflat application.

svn path=/trunk/; revision=2844
2002-04-14 10:15:06 +00:00

28 lines
430 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