Hi Folks,
For your orientation I have found the following problems with
the WIN32API.INC file latest updated August 7, 2001:
line 507, position 48: undefined equate:
%THREAD_PRIORITY_ERROR_RETURN = %MAXLONG
line 4209, position 18: undefined equate:
%MFS_DEFAULT = %MF_DEFAULT
line 14233, position 78: undefined TYPE:
DECLARE FUNCTION CoCreateGuid LIB "ole32.dll" ALIAS "CoCreateGuid" (pGuid AS GUIDAPI) AS LONG
Until corrected it is necessary to comment these statements
out to have the file functioning properly.
Best regards,
Erik
------------------
[This message has been edited by Erik Christensen (edited August 09, 2001).]
For your orientation I have found the following problems with
the WIN32API.INC file latest updated August 7, 2001:
line 507, position 48: undefined equate:
%THREAD_PRIORITY_ERROR_RETURN = %MAXLONG
line 4209, position 18: undefined equate:
%MFS_DEFAULT = %MF_DEFAULT
line 14233, position 78: undefined TYPE:
DECLARE FUNCTION CoCreateGuid LIB "ole32.dll" ALIAS "CoCreateGuid" (pGuid AS GUIDAPI) AS LONG
Until corrected it is necessary to comment these statements
out to have the file functioning properly.
Best regards,
Erik
------------------
[This message has been edited by Erik Christensen (edited August 09, 2001).]
Comment