mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-24 04:03:34 -04:00
13 lines
319 B
C
13 lines
319 B
C
$NetBSD: patch-src-resources.h,v 1.2 2012/08/12 02:03:15 marino Exp $
|
|
|
|
--- src/resources.h.orig 2012-04-15 20:46:50.000000000 +0000
|
|
+++ src/resources.h
|
|
@@ -87,5 +87,7 @@
|
|
#define IDM_SID_INTERP 41200
|
|
#define IDM_SID_RESAMP 41201
|
|
|
|
+#ifdef WIN32
|
|
#define Button1 1000
|
|
+#endif
|
|
#define ListBox1 40900
|