Mercurial > hg > xemacs-beta
comparison src/syswindows.h @ 4827:11daf37dae4d
more fixes to get a clean compile
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Sat, 26 Dec 2009 21:04:44 -0600 |
parents | c12b646d84ee |
children | b3ea9c582280 |
comparison
equal
deleted
inserted
replaced
4826:780bb5441c14 | 4827:11daf37dae4d |
---|---|
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 #if 0 /* breaks the build, as of GCC 3.4.4 or earlier, since the prototype |
59 is now declared static */ | |
59 /* Fucking GCC complains about "no previous prototype" for inline | 60 /* Fucking GCC complains about "no previous prototype" for inline |
60 functions. DUH! See DECLARE_INLINE_HEADER. */ | 61 functions. DUH! See DECLARE_INLINE_HEADER. */ |
61 extern __inline void *GetCurrentFiber (void); | 62 extern __inline void *GetCurrentFiber (void); |
62 extern __inline void *GetFiberData (void); | 63 extern __inline void *GetFiberData (void); |
63 #endif | 64 #endif |