- Resource script restructuring.
- Build info et al. is given by files instead of env. vars.
- Store that information in resources.
- Make the main windows not resizeable.
- Insist on creating a fresh log file.
- Introduce the make dist target.

diff --git a/programs/winetest/gui.c b/programs/winetest/gui.c
index 0704dea..89a3108 100644
--- a/programs/winetest/gui.c
+++ b/programs/winetest/gui.c
@@ -15,13 +15,13 @@
  *
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library; if not, write to the Free Software
- *
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
 #include <windows.h>
 #include <commctrl.h>
 
-#include "guires.h"
+#include "resource.h"
 #include "winetest.h"
 
 /* Event object to signal successful window creation to main thread.