Mercurial > hg > xemacs-beta
comparison src/syswindows.h @ 4824:c12b646d84ee
changes to get things to compile under latest cygwin
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Thu, 24 Dec 2009 19:45:23 -0600 |
parents | 112f6ed44299 |
children | 11daf37dae4d |
comparison
equal
deleted
inserted
replaced
4785:d6cfba1cc388 | 4824:c12b646d84ee |
---|---|
53 # define _WIN32_IE 0x0400 | 53 # define _WIN32_IE 0x0400 |
54 # endif | 54 # endif |
55 | 55 |
56 BEGIN_C_DECLS | 56 BEGIN_C_DECLS |
57 | 57 |
58 #if 0 /* breaks the build, as of GCC 3.4.4 or earlier */ | |
58 /* Fucking GCC complains about "no previous prototype" for inline | 59 /* Fucking GCC complains about "no previous prototype" for inline |
59 functions. DUH! See DECLARE_INLINE_HEADER. */ | 60 functions. DUH! See DECLARE_INLINE_HEADER. */ |
60 extern __inline void *GetCurrentFiber (void); | 61 extern __inline void *GetCurrentFiber (void); |
61 extern __inline void *GetFiberData (void); | 62 extern __inline void *GetFiberData (void); |
63 #endif | |
62 | 64 |
63 END_C_DECLS | 65 END_C_DECLS |
64 | 66 |
65 #endif | 67 #endif |
66 | 68 |