зеркало из https://github.com/github/ruby.git
* ext/win32ole/win32ole.c: need to include <olectl.h> on Cygwin.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5761 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
e7b48e43a3
Коммит
953caaf959
|
@ -1,3 +1,7 @@
|
|||
Wed Feb 18 17:18:01 2004 WATANABE Hirofumi <eban@ruby-lang.org>
|
||||
|
||||
* ext/win32ole/win32ole.c: need to include <olectl.h> on Cygwin.
|
||||
|
||||
Wed Feb 18 10:23:34 2004 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* sprintf.c (rb_f_sprintf): clean up.
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
#include "st.h"
|
||||
#include <windows.h>
|
||||
#include <ocidl.h>
|
||||
#include <olectl.h>
|
||||
#include <ole2.h>
|
||||
#ifdef HAVE_STDARG_PROTOTYPES
|
||||
#include <stdarg.h>
|
||||
|
|
Загрузка…
Ссылка в новой задаче