|
From: Terry T. <ter...@us...> - 2005-01-03 00:59:15
|
Update of /cvsroot/frontierkernel/Frontier/Common/SystemHeaders In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17663/Frontier/Common/SystemHeaders Modified Files: standard.h Log Message: Fixes for GNU/WINE. Index: standard.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/SystemHeaders/standard.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** standard.h 28 Oct 2004 17:22:10 -0000 1.5 --- standard.h 3 Jan 2005 00:59:04 -0000 1.6 *************** *** 268,272 **** --- 268,276 ---- typedef boolean (*callback) (void); /* 2004-10-24 aradke: was ... instead of void on Mac */ + #if defined(__RPCNDR_H_VERSION__) + typedef unsigned char *ptrbyte; /* 2004-12-29 trt: byte defined by Win32 rpcndr.h */ + #else typedef unsigned char byte, *ptrbyte; + #endif |