A patch for smoke, fixes compilation on older msvc
versions:
--- /home/dk/src/perl-current/ext/Win32/Win32.xs
2007-06-26 11:10:49.000000000 +0200
+++ ./Win32.xs 2007-09-17 10:49:43.000000000 +0200
 -43,6
+43,13 
# define CSIDL_FLAG_CREATE 0x8000
#endif
+#ifndef CSIDL_COMMON_FAVORITES
+# define CSIDL_COMMON_FAVORITES 0x001F
+# define CSIDL_COOKIES 0x0021
+# define CSIDL_HISTORY 0x0022
+# define CSIDL_INTERNET_CACHE 0x0020
+#endif
+
#ifndef CSIDL_ADMINTOOLS
# define CSIDL_ADMINTOOLS 0x0030
# define CSIDL_COMMON_ADMINTOOLS 0x002F
--
Sincerely,
Dmitry Karasik
|