2002-01-14 20:48:07 +01:00
|
|
|
# Automatically generated by make_symbols; DO NOT EDIT!!
|
|
|
|
#
|
|
|
|
# Perl definitions for header file windef.h
|
|
|
|
#
|
|
|
|
|
2002-01-15 21:54:06 +01:00
|
|
|
|
|
|
|
package windef;
|
|
|
|
|
|
|
|
use strict;
|
|
|
|
|
|
|
|
use vars qw($VERSION @ISA @EXPORT @EXPORT_OK);
|
|
|
|
|
|
|
|
require Exporter;
|
|
|
|
|
|
|
|
@ISA = qw(Exporter);
|
|
|
|
@EXPORT = qw(
|
|
|
|
HFILE_ERROR
|
|
|
|
MAX_PATH
|
|
|
|
WINVER
|
|
|
|
_MAX_DIR
|
|
|
|
_MAX_DRIVE
|
|
|
|
_MAX_EXT
|
|
|
|
_MAX_FNAME
|
|
|
|
_MAX_PATH
|
|
|
|
);
|
|
|
|
@EXPORT_OK = qw();
|
|
|
|
|
|
|
|
use constant HFILE_ERROR => -1;
|
|
|
|
use constant MAX_PATH => 260;
|
|
|
|
use constant WINVER => 1280;
|
|
|
|
use constant _MAX_DIR => 256;
|
|
|
|
use constant _MAX_DRIVE => 3;
|
|
|
|
use constant _MAX_EXT => 256;
|
|
|
|
use constant _MAX_FNAME => 256;
|
|
|
|
use constant _MAX_PATH => 260;
|
|
|
|
|
|
|
|
1;
|