cosmo0920 / windows-pr

A collection of Windows functions, constants and macros predefined for you for win32-api
23 stars 9 forks source link

Incorrect Constant Name KEY_CURRENT_USER:line 13:registry.rb #1

Closed DanRathbun closed 13 years ago

DanRathbun commented 13 years ago

windows-pr : registry.rb

line 13 is: KEY_CURRENT_USER = 0x80000001

should be: HKEY_CURRENT_USER = 0x80000001

~

djberg96 commented 13 years ago

Fixed and committed, thanks!