Changeset 1424
- Timestamp:
 - May 3, 2004, 12:10:15 AM (22 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/testcase/1040-static-system-5.c (modified) (2 diffs, 1 prop)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/testcase/1040-static-system-5.c
- 
Property       cvs2svn:cvs-rev
 changed from       
1.1to1.2 
r1423 r1424 25 25 */ 26 26 27 /* 28 * Just make the testcase not fail with the old InnoTek GCC. 29 */ 30 #if (__GNUC__ == 3 && __GNUC_MINOR__ == 2 && __GNUC_PATCHLEVEL__ == 2) 31 # warning "This test is broken on this compiler. Since we're not gonna fix it we're just faking success now." 32 # undef __stdcall 33 # define __stdcall 34 #endif 27 35 28 36 static void __stdcall ShouldNotBeRemoved(void *pv) … … 33 41 void *pfnStdcall = (void *)ShouldNotBeRemoved; 34 42 43  - 
Property       cvs2svn:cvs-rev
 changed from       
 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  