J
2005-04-29 00:42:41 UTC
Excuse my rustiness with C programming. I have little experience
programming in the Windows environment.
stdlib.h has #define _MAX_PATH 260
windef.h has #define MAX_PATH 260
Why would one use one over the other and what is the significance of the
underscore in front of MAX_PATH?
J
programming in the Windows environment.
stdlib.h has #define _MAX_PATH 260
windef.h has #define MAX_PATH 260
Why would one use one over the other and what is the significance of the
underscore in front of MAX_PATH?
J