diff options
author | Hans Bolinder <[email protected]> | 2012-10-08 08:41:11 +0200 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2012-10-08 08:41:11 +0200 |
commit | aead007ef22abb50d8cfbd0a58eb9f41fbb2f363 (patch) | |
tree | dbb341600c811826a41f03e1164498eb917a57de /lib/stdlib/src/win32reg.erl | |
parent | 13348e02f5aac5509e3b7ef0ea4142e25c472b1d (diff) | |
parent | f1301581ce83ce80426d3fcf09cf12f8527a458b (diff) | |
download | otp-aead007ef22abb50d8cfbd0a58eb9f41fbb2f363.tar.gz otp-aead007ef22abb50d8cfbd0a58eb9f41fbb2f363.tar.bz2 otp-aead007ef22abb50d8cfbd0a58eb9f41fbb2f363.zip |
Merge branch 'hb/stdlib/opaque_warnings/OTP-10436'
* hb/stdlib/opaque_warnings/OTP-10436:
Fix Dialyzer warnings
Diffstat (limited to 'lib/stdlib/src/win32reg.erl')
-rw-r--r-- | lib/stdlib/src/win32reg.erl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/stdlib/src/win32reg.erl b/lib/stdlib/src/win32reg.erl index 598e77ffdc..48a7e262be 100644 --- a/lib/stdlib/src/win32reg.erl +++ b/lib/stdlib/src/win32reg.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 1997-2011. All Rights Reserved. +%% Copyright Ericsson AB 1997-2012. All Rights Reserved. %% %% The contents of this file are subject to the Erlang Public License, %% Version 1.1, (the "License"); you may not use this file except in @@ -25,6 +25,8 @@ expand/1, format_error/1]). +-export_type([reg_handle/0]). + %% Key handles (always open). -define(hkey_classes_root, 16#80000000). -define(hkey_current_user, 16#80000001). |