Skip to content

Commit

Permalink
* win32/Makefile.sub (config.h): define FUNC_STDCALL/FUNC_CDECL.
Browse files Browse the repository at this point in the history
  from [ruby-dev:28970].


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10482 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
unak committed Jul 7, 2006
1 parent d01f22e commit 9dc29dd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Fri Jul 7 14:05:03 2006 NAKAMURA Usaku <[email protected]>

* win32/Makefile.sub (config.h): define FUNC_STDCALL/FUNC_CDECL.
from [ruby-dev:28970].

Thu Jul 6 23:30:04 2006 Nobuyoshi Nakada <[email protected]>

* process.c (rb_proc_times): use sysconf(_SC_CLK_TCK) value prior to
Expand Down
2 changes: 2 additions & 0 deletions win32/Makefile.sub
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,8 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/win32/Makefile.sub
#define DEPRECATED(x) __declspec(deprecated) x
#define NOINLINE(x) __declspec(noinline) x
!endif
#define FUNC_STDCALL(x) __stdcall x
#define FUNC_CDECL(x) __cdecl x
#define RUBY_EXTERN extern __declspec(dllimport)
#define HAVE_DECL_SYS_NERR 1
#define HAVE_LIMITS_H 1
Expand Down

0 comments on commit 9dc29dd

Please sign in to comment.