]> git.saurik.com Git - wxWidgets.git/blame - samples/mfc/mfctest.def
wxImageList::Add() returned wrong index.
[wxWidgets.git] / samples / mfc / mfctest.def
CommitLineData
bbf1f0e5
KB
1; hello.def : Declares the module parameters for the application.
2;
3; This is a part of the Microsoft Foundation Classes C++ library.
4; Copyright (C) 1992 Microsoft Corporation
5; All rights reserved.
6;
7; This source code is only intended as a supplement to the
8; Microsoft Foundation Classes Reference and Microsoft
9; WinHelp documentation provided with the library.
10; See these sources for detailed information regarding the
11; Microsoft Foundation Classes product.
12
13NAME Hello
14DESCRIPTION 'Hello Microsoft Foundation Classes Windows Application'
15
16EXETYPE WINDOWS
17
18CODE PRELOAD MOVEABLE DISCARDABLE
19DATA PRELOAD MOVEABLE MULTIPLE
20
21HEAPSIZE 1024