mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
264 B

--- ./src/ini2.h.orig 2004-01-26 23:59:15.000000000 +0100
+++ ./src/ini2.h 2004-01-27 15:38:43.741114728 +0100
@@ -29,6 +29,7 @@
#include <wx/string.h>
#include <wx/window.h>
+#include "wintypes.h"
#define RGB(a,b,c) ((a&0xff)<<16|(b&0xff)<<8|(c&0xff))