nrieck (Nico Rieck)
- Login: nrieck
- Email: nico.rieck@gmx.net
- Registered on: 02/02/2009
- Last sign in: 02/02/2009
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
02/02/2009
-
06:56 AM Ruby Bug #1086 (Closed): instruby.rb is broken on default Win64 install
- =begin
instruby.rb conditionally includes 'win32.h' in the header files when installing under Windows. It checks among others for 'mswin32':
unless RUBY_PLATFORM =~ /mswin32|mingw|bccwin32/
noinst << "win32.h"
end
...