Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
stdhdrs.h

Includes the system platform as required or appropriate. If under a linux system, include appropriate basic linux type headers, if under windows pull "windows.h". 

 

Includes the MOST stuff here ( a full windows.h parse is many many lines of code.)

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 
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)) 
This is macro SaneWinMain. 
multiple inclusion protection symbol 
This is macro WIDE__FILE__. 
This is macro WINVER. 
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2000+. All rights reserved.
What do you think about this topic? Send feedback!