--- np2/wince/scrnmng.cpp 2003/12/01 21:15:13 1.5 +++ np2/wince/scrnmng.cpp 2003/12/05 19:42:04 1.6 @@ -11,6 +11,11 @@ #endif +#if defined(GX_DLL) +#pragma comment(lib, "gx.lib") +#endif + + typedef struct { BOOL rotate; VRAMHDL vram;