News:

Download Pelles C here: http://www.smorgasbordet.com/pellesc/

Main Menu

_MAX_PATH undefined

Started by ivmai, June 19, 2009, 01:18:07 PM

Previous topic - Next topic

ivmai

_MAX_PATH should be defined in stdlib.h (as in VC++)

JohnF

In all my MS headers it is defined in windef.h, same as in PellesC headers.

John

ivmai

I can see only MAX_PATH in windef.h.

Info:
- MAX_PATH is typically defined on GNU systems (windef.h);
- _MAX_PATH is typically defined on Win32 systems (stdlib.h) including GNU.