News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

IpTypes.inc

Started by Grincheux, July 16, 2008, 07:52:40 PM

Previous topic - Next topic

Grincheux

I did not find this include file into the masm32 include directory, so I wrote it.
I hope it can help anyone.



[attachment deleted by admin]
Kenavo

Grincheux
_____________________________________________________
http://www.phrio.biz

jdoe

Quote from: Grincheux on July 16, 2008, 07:52:40 PM
I did not find this include file into the masm32 include directory, so I wrote it.
I hope it can help anyone.

IMHO, constants should be defined with "EQU". The equal signe permit a redefinition and that could be a bug hard to track when a constant with the same name and different value appears somewhere in the source.

:thumbu


Grincheux

Ok, I make changes and will post a new version.
Kenavo

Grincheux
_____________________________________________________
http://www.phrio.biz

Grincheux

I have the '=' by 'EQU' and added new structures relatives to 'GetAdaptersAddresses' function.

[attachment deleted by admin]
Kenavo

Grincheux
_____________________________________________________
http://www.phrio.biz