Release 0.0.3
[wine/multimedia.git] / user.c
blob8f7ac8218308c8d025e4f59bdf80ebea3675dc5e
1 static char RCSId[] = "$Id: user.c,v 1.1 1993/06/29 15:55:18 root Exp $";
2 static char Copyright[] = "Copyright Robert J. Amstadt, 1993";
4 #include <stdio.h>
5 #include <stdlib.h>
6 #include "prototypes.h"
8 /**********************************************************************
9 * USER_InitApp
11 * Load necessary resources?
13 int
14 USER_InitApp(int hInstance)
16 return 1;