Hi Mark, Please take into account there are more similar headers: modules\awt\src\main\native\win32wrapper\windows\nativelib_common.h modules\awt\src\main\native\oglwrapper\shared\nativelib_common.h
Initially these headers are supposed to be the same but were placed in platform-dependent subdirs for some reasons. The files are not synchronized now. Will it be better to create 'shared' version both for windows and linux? --bwR On Tue, Dec 9, 2008 at 3:52 PM, Mark Hindess <[EMAIL PROTECTED]>wrote: > > Does anyone know why these files: > > modules/auth/src/main/native/auth/unix/authnix.c > modules/awt/src/main/native/x11wrapper/unix/nativelib_common.h > > have #ifdef sections to #include <windows.h>? These files can currently > only be used on unix platforms so I don't see why these #ifdef sections > shouldn't just be removed. If there is a scenario that I am missing > speak up as I intend to "fix" these in a couple of days. > > -Mark. > > >
