mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 18:53:05 +00:00
-make rbuild files XML compliant by adding the XInclude namespace
-sync winetest to WINE-rc1 -add a rbuild file for winetest (not added to build yet) note: minor winetest modifications should be made like loading tests from a folder at startup svn path=/trunk/; revision=33556
This commit is contained in:
parent
95b8c49444
commit
107c3d29cb
20 changed files with 407 additions and 205 deletions
|
@ -15,7 +15,7 @@
|
|||
*
|
||||
* 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
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#define IDI_WINE 1
|
||||
|
@ -24,6 +24,8 @@
|
|||
#define IDD_ABOUT 101
|
||||
#define IDD_TAG 102
|
||||
|
||||
#define IDC_STATIC -1
|
||||
|
||||
#define IDC_ST0 1000
|
||||
#define IDC_PB0 1001
|
||||
#define IDC_ST1 1002
|
||||
|
@ -40,6 +42,8 @@
|
|||
#define IDC_EDIT 4000
|
||||
#define IDC_ABOUT 4001
|
||||
|
||||
#define IDS_BUILD_ID 1
|
||||
|
||||
/* Resource types */
|
||||
|
||||
#define TESTRES 1000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue