- Made the Perl module generated by make_symbols a real exporting
[wine/hacks.git] / programs / winetest / include / winreg.pm
blob293493b9f987d94e7889925ab5fd85833514e481
1 # Automatically generated by make_symbols; DO NOT EDIT!!
3 # Perl definitions for header file winreg.h
7 package winreg;
9 use strict;
11 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK);
13 require Exporter;
15 @ISA = qw(Exporter);
16 @EXPORT = qw(
17 HKEY_CLASSES_ROOT
18 HKEY_CURRENT_CONFIG
19 HKEY_CURRENT_USER
20 HKEY_DYN_DATA
21 HKEY_LOCAL_MACHINE
22 HKEY_PERFORMANCE_DATA
23 HKEY_USERS
25 @EXPORT_OK = qw();
27 use constant HKEY_CLASSES_ROOT => -2147483648;
28 use constant HKEY_CURRENT_CONFIG => -2147483643;
29 use constant HKEY_CURRENT_USER => -2147483647;
30 use constant HKEY_DYN_DATA => -2147483642;
31 use constant HKEY_LOCAL_MACHINE => -2147483646;
32 use constant HKEY_PERFORMANCE_DATA => -2147483644;
33 use constant HKEY_USERS => -2147483645;