Copy w32api from trunk
[reactos.git] / rosapps / lib / dflat32 / stubs.c
1 #include "dflat32/dflat.h"
2
3 int TestCriticalError(void)
4 {
5 }
6
7
8 /* These are functions that are supposed to be part of the application
9 * not part of the dflat32.dll
10 *
11 * - Fixme
12 */
13
14 char DFlatApplication[] = "none"; //edit.c
15
16 void PrepFileMenu(void *w, struct Menu *mnu) //edit.c
17 {
18 }
19
20 void PrepSearchMenu(void *w, struct Menu *mnu) //edit.c
21 {
22 }
23
24 void PrepEditMenu(void *w, struct Menu *mnu) //edit.c
25 {
26 }
27
28 char **Argv; //edit.c