|
From: Mike N. <ta...@al...> - 2001-09-23 05:48:48
|
Michael Grover wrote: > > Can anyone tell me the what the difference in IB code for the two > defines > #define win32 and #define WIN_NT? Besides the point that the former is lower-case and as such not a suitable macro definition? ;-) AFAIK all Win32 builds use the WIN_NT macro. Where did you find that lowercase definition? > I was just wondering if I should of used #ifdef win32 instead of #ifdef > WIN_NT ? For now, the WIN_NT macro is what we use. A better (more correct) macro definition would be WIN32, but there would be "a few" places to change. :-) /Mike |