Documentation Project 1
ContentsIndexHome
stdhdrs.h Macros
Macros
Name 
Description 
A macro to build a wide character string of __FILE 
A symbol used to cause a debugger to break at a certain point. Sometimes dynamicly loaded plugins can be hard to set the breakpoint in the debugger, so it becomes easier to recompile with a breakpoint in the right place. 
return with a THREAD_ID that is a unique, universally identifier for the thread for inter process communication. 
This is macro GetCurrentThreadId. 
This is macro GetLastError. 
windef.h has MAX_PATH 
min 
Define a min(a,b) macro when the compiler lacks it. 
sometimes PATH_MAX is what's used, well it's should be MAXPATH which is MAX_PATH 
moved into timers - please linnk vs timers to get Sleep... #define Sleep(n) (usleep((n)*1000)) 
multiple inclusion protection symbol 
This is macro WIDE__FILE__. 
apparently we don't use this anymore... #include // also has a getenv defined.. 
Copyright (c) 2010. All rights reserved.