X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=wince%2Fwince.h;h=29ec27472be476841c065942740122830eb678e1;hb=dea2849036f7f874ea24a97b41ef1b738aa592ca;hp=dec518b2806fd0d4452ce5ca12192af7a8cbb03c;hpb=e4451f11212da7808d6d529c6c4d8710c99c039b;p=p5sagit%2Fp5-mst-13.2.git diff --git a/wince/wince.h b/wince/wince.h index dec518b..29ec274 100644 --- a/wince/wince.h +++ b/wince/wince.h @@ -1,17 +1,17 @@ -// wince.h -// -// Time-stamp: <01/08/01 20:48:08 keuchel@w2k> +/* wince.h */ -// This file includes extracts from the celib-headers, because -// the celib-headers produces macro conflicts with defines in -// win32iop.h etc +/* Time-stamp: <01/08/01 20:48:08 keuchel@w2k> */ + +/* This file includes extracts from the celib-headers, because */ +/* the celib-headers produces macro conflicts with defines in */ +/* win32iop.h etc */ #ifndef WINCE_H #define WINCE_H 1 #include "celib_defs.h" -// include local copies of celib headers... +/* include local copies of celib headers... */ #include "errno.h" #include "sys/stat.h" #include "time.h" @@ -38,7 +38,7 @@ XCE_EXPORT void XCEShowMessageA(const char *fmt, ...); #define gmtime xcegmtime #define localtime xcelocaltime #define asctime xceasctime -//#define utime xceutime +/* #define utime xceutime */ #define futime xcefutime #define ftime xceftime #define ctime xcectime @@ -113,7 +113,7 @@ XCE_EXPORT DWORD XCEAPI XCEGetModuleFileNameA(HMODULE hModule, LPTSTR lpName, DW XCE_EXPORT HMODULE XCEAPI XCEGetModuleHandleA(const char *lpName); XCE_EXPORT FARPROC XCEAPI XCEGetProcAddressA(HMODULE hMod, const char *name); -////////////////////////////////////////////////////////////////////// +/* //////////////////////////////////////////////////////////////////// */ #define getgid xcegetgid #define getegid xcegetegid