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. | |
This is macro EndSaneWinMain. | |
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 | |
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)) | |
This is macro SaneWinMain. | |
multiple inclusion protection symbol | |
This is macro WIDE__FILE__. | |
This is macro WINVER. |