File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
History of Win32::API perl extension.
2
2
3
+ 2013-??-?? Win32::API v0.76_?? bulk88
4
+ - Fixed, a lie in the POD for Type.pm, about the Type database
5
+
3
6
2013-07-04 Win32::API v0.76_03 bulk88
4
7
- Fixed, rebuilt API_test64.dll to fix a problem where Debug CRT was required
5
8
by manifest but not by import table, this caused API_test64.dll to be
Original file line number Diff line number Diff line change @@ -379,10 +379,12 @@ otherwise.
379
379
380
380
=head2 SUPPORTED TYPES
381
381
382
- This module should recognize all the types defined in the
383
- Win32 Platform SDK header files.
382
+ This module recognizes many commonly used types defined in the Win32 Platform
383
+ SDK header files, but not all. Types less than 13 years old are very unlikely
384
+ to be the in built type database.
385
+
384
386
Please see the source for this module, in the C<__DATA__ > section,
385
- for the full list.
387
+ for the full list of builtin supported types .
386
388
387
389
388
390
=head2 NOTES ON SELECT TYPES
You can’t perform that action at this time.
0 commit comments